#4C08B6

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

Shades of Purple Heart #4C08B6

Tints of Purple Heart #4C08B6

Color information

#4C08B6 (or 0x4C08B6) is unknown color: approx Purple Heart. HEX triplet: 4C, 08 and B6. RGB value is (76,8,182). Sum of RGB (Red+Green+Blue) = 76+8+182=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #4C08B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C08B6 is #B3F749. Grayscale: #2F2F2F. Windows color (decimal): -11794250 or 11929676. OLE color: 11929676.

HSL color Cylindrical-coordinate representation of color #4C08B6: hue angle of 263.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C08B6 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB768182-
CMYK0.580.9600.29
HSL263.45º91.58%37.25%-
HSV(B)263.45º95.6%71.37%-
XYZ11.515.0944.63-
YUV48.17203.53147.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.57%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 182 (71.48% from 255) = 68.42%
R=28.57%
G=3.01%
B=68.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7681820.580.9600.29263.4591.5837.25
Hex4C8B63A6001D1075c25
Octal114102667214003540713445
Binary100110010001011011011101011000000111011000001111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C08B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,8,182); }

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

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

 a { background-color: rgb(76,8,182); }

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

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

 span { border-color: rgb(76,8,182); }

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