#4C12BC

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

Shades of Purple Heart #4C12BC

Tints of Purple Heart #4C12BC

Color information

#4C12BC (or 0x4C12BC) is unknown color: approx Purple Heart. HEX triplet: 4C, 12 and BC. RGB value is (76,18,188). Sum of RGB (Red+Green+Blue) = 76+18+188=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C12BC is #B3ED43. Grayscale: #363636. Windows color (decimal): -11791684 or 12325452. OLE color: 12325452.

HSL color Cylindrical-coordinate representation of color #4C12BC: hue angle of 260.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C12BC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7618188-
CMYK0.600.9000.26
HSL260.47º82.52%40.39%-
HSV(B)260.47º90.43%73.73%-
XYZ12.275.648.01-
YUV54.72203.22143.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 188 (73.83% from 255) = 66.67%
R=26.95%
G=6.38%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76181880.600.9000.26260.4782.5240.39
Hex4C12BC3C5A01A1045328
Octal114222747413203240412350
Binary1001100100101011110011110010110100110101000001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C12BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C12BC; }

 p { color: rgb(76,18,188); }

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

<style>
 a { background-color: #4C12BC; }

 a { background-color: rgb(76,18,188); }

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

<style>
 span { border-color: #4C12BC; }

 span { border-color: rgb(76,18,188); }

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