#3610C8

Color #3610C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3610C8

Tints of Purple Heart #3610C8

Color information

#3610C8 (or 0x3610C8) is unknown color: approx Purple Heart. HEX triplet: 36, 10 and C8. RGB value is (54,16,200). Sum of RGB (Red+Green+Blue) = 54+16+200=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 200 (78.52% from 255 or 74.07% from 270); Max value from RGB is 200 - color contains mainly: blue. Hex color #3610C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3610C8 is #C9EF37. Grayscale: #2F2F2F. Windows color (decimal): -13233976 or 13111350. OLE color: 13111350.

HSL color Cylindrical-coordinate representation of color #3610C8: hue angle of 252.39º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3610C8 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5416200-
CMYK0.730.9200.22
HSL252.39º85.19%42.35%-
HSV(B)252.39º92%78.43%-
XYZ12.135.3255.03-
YUV48.34213.59132.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 5.93%
BLUE value IS 200 (78.52% from 255) = 74.07%
R=20%
G=5.93%
B=74.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54162000.730.9200.22252.3985.1942.35
Hex3610C8495C016fc552a
Octal662031011113402637412552
Binary110110100001100100010010011011100010110111111001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3610C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3610C8; }

 p { color: rgb(54,16,200); }

 H1.HeaderClassName
 {
   color: #3610C8;
 }
 .AnyTagClassName
 {
   color: #3610C8;
 }
</style>
background-color css

<style>
 a { background-color: #3610C8; }

 a { background-color: rgb(54,16,200); }

 div.DivClassName
 {
   background-color: #3610C8;
 }
 .BgClassName
 {
   background-color: #3610C8;
 }
</style>
border-color css

<style>
 span { border-color: #3610C8; }

 span { border-color: rgb(54,16,200); }

 td.TdClassName
 {
   border-color: #3610C8;
 }
 .TagClassName
 {
   border-color: #3610C8;
 }
</style>