#4C1BBB

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

Shades of Purple Heart #4C1BBB

Tints of Purple Heart #4C1BBB

Color information

#4C1BBB (or 0x4C1BBB) is unknown color: approx Purple Heart. HEX triplet: 4C, 1B and BB. RGB value is (76,27,187). Sum of RGB (Red+Green+Blue) = 76+27+187=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C1BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1BBB is #B3E444. Grayscale: #3B3B3B. Windows color (decimal): -11789381 or 12262220. OLE color: 12262220.

HSL color Cylindrical-coordinate representation of color #4C1BBB: hue angle of 258.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1BBB is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7627187-
CMYK0.590.8600.27
HSL258.38º74.77%41.96%-
HSV(B)258.38º85.56%73.33%-
XYZ12.345.9147.5-
YUV59.89199.73139.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 27 (10.94% from 255) = 9.31%
BLUE value IS 187 (73.44% from 255) = 64.48%
R=26.21%
G=9.31%
B=64.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76271870.590.8600.27258.3874.7741.96
Hex4C1BBB3B5601B1024b2a
Octal114332737312603340211352
Binary1001100110111011101111101110101100110111000000101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,187); }

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

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

 a { background-color: rgb(76,27,187); }

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

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

 span { border-color: rgb(76,27,187); }

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