#4C2CB8

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

Shades of Purple Heart #4C2CB8

Tints of Purple Heart #4C2CB8

Color information

#4C2CB8 (or 0x4C2CB8) is unknown color: approx Purple Heart. HEX triplet: 4C, 2C and B8. RGB value is (76,44,184). Sum of RGB (Red+Green+Blue) = 76+44+184=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #4C2CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2CB8 is #B3D347. Grayscale: #454545. Windows color (decimal): -11785032 or 12069964. OLE color: 12069964.

HSL color Cylindrical-coordinate representation of color #4C2CB8: hue angle of 253.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2CB8 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7644184-
CMYK0.590.7600.28
HSL253.71º61.4%44.71%-
HSV(B)253.71º76.09%72.16%-
XYZ12.536.846-
YUV69.53192.6132.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 44 (17.58% from 255) = 14.47%
BLUE value IS 184 (72.27% from 255) = 60.53%
R=25%
G=14.47%
B=60.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76441840.590.7600.28253.7161.444.71
Hex4C2CB83B4C01Cfe3d2d
Octal11454270731140343767555
Binary100110010110010111000111011100110001110011111110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,44,184); }

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

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

 a { background-color: rgb(76,44,184); }

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

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

 span { border-color: rgb(76,44,184); }

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