#4C2BB8

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

Shades of Purple Heart #4C2BB8

Tints of Purple Heart #4C2BB8

Color information

#4C2BB8 (or 0x4C2BB8) is unknown color: approx Purple Heart. HEX triplet: 4C, 2B and B8. RGB value is (76,43,184). Sum of RGB (Red+Green+Blue) = 76+43+184=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #4C2BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BB8 is #B3D447. Grayscale: #444444. Windows color (decimal): -11785288 or 12069708. OLE color: 12069708.

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

Color convert

RGB7643184-
CMYK0.590.7700.28
HSL254.04º62.11%44.51%-
HSV(B)254.04º76.63%72.16%-
XYZ12.56.7245.99-
YUV68.94192.93133.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=25.08%
G=14.19%
B=60.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76431840.590.7700.28254.0462.1144.51
Hex4C2BB83B4D01Cfe3e2d
Octal11453270731150343767655
Binary100110010101110111000111011100110101110011111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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