#4C09BD

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

Shades of Purple Heart #4C09BD

Tints of Purple Heart #4C09BD

Color information

#4C09BD (or 0x4C09BD) is unknown color: approx Purple Heart. HEX triplet: 4C, 09 and BD. RGB value is (76,9,189). Sum of RGB (Red+Green+Blue) = 76+9+189=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C09BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C09BD is #B3F642. Grayscale: #303030. Windows color (decimal): -11793987 or 12388684. OLE color: 12388684.

HSL color Cylindrical-coordinate representation of color #4C09BD: hue angle of 262.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C09BD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB769189-
CMYK0.600.9500.26
HSL262.33º90.91%38.82%-
HSV(B)262.33º95.24%74.12%-
XYZ12.265.4148.54-
YUV49.55206.7146.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.74%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 189 (74.22% from 255) = 68.98%
R=27.74%
G=3.28%
B=68.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7691890.600.9500.26262.3390.9138.82
Hex4C9BD3C5F01A1065b27
Octal114112757413703240613347
Binary100110010011011110111110010111110110101000001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C09BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,189); }

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

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

 a { background-color: rgb(76,9,189); }

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

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

 span { border-color: rgb(76,9,189); }

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