#3C12C8

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

Shades of Purple Heart #3C12C8

Tints of Purple Heart #3C12C8

Color information

#3C12C8 (or 0x3C12C8) is unknown color: approx Purple Heart. HEX triplet: 3C, 12 and C8. RGB value is (60,18,200). Sum of RGB (Red+Green+Blue) = 60+18+200=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 200 (78.52% from 255 or 71.94% from 278); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C12C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C12C8 is #C3ED37. Grayscale: #323232. Windows color (decimal): -12840248 or 13111868. OLE color: 13111868.

HSL color Cylindrical-coordinate representation of color #3C12C8: hue angle of 253.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C12C8 is Cyan = 0.7, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6018200-
CMYK0.70.9100.22
HSL253.85º83.49%42.75%-
HSV(B)253.85º91%78.43%-
XYZ12.515.5655.06-
YUV51.31211.91134.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.58%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 200 (78.52% from 255) = 71.94%
R=21.58%
G=6.47%
B=71.94%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60182000.70.9100.22253.8583.4942.75
Hex3C12C8465B016fe532b
Octal742231010613302637612353
Binary111100100101100100010001101011011010110111111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C12C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C12C8; }

 p { color: rgb(60,18,200); }

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

<style>
 a { background-color: #3C12C8; }

 a { background-color: rgb(60,18,200); }

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

<style>
 span { border-color: #3C12C8; }

 span { border-color: rgb(60,18,200); }

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