#4909CC

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

Shades of Purple Heart #4909CC

Tints of Purple Heart #4909CC

Color information

#4909CC (or 0x4909CC) is unknown color: approx Purple Heart. HEX triplet: 49, 09 and CC. RGB value is (73,9,204). Sum of RGB (Red+Green+Blue) = 73+9+204=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #4909CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4909CC is #B6F633. Grayscale: #313131. Windows color (decimal): -11990580 or 13371721. OLE color: 13371721.

HSL color Cylindrical-coordinate representation of color #4909CC: hue angle of 259.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4909CC is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB739204-
CMYK0.640.9600.2
HSL259.69º91.55%41.76%-
HSV(B)259.69º95.59%80%-
XYZ13.745.9757.55-
YUV50.37214.7144.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 9 (3.91% from 255) = 3.15%
BLUE value IS 204 (80.08% from 255) = 71.33%
R=25.52%
G=3.15%
B=71.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal7392040.640.9600.2259.6991.5541.76
Hex499CC40600141045c2a
Octal1111131410014002440413452
Binary1001001100111001100100000011000000101001000001001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4909CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4909CC; }

 p { color: rgb(73,9,204); }

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

<style>
 a { background-color: #4909CC; }

 a { background-color: rgb(73,9,204); }

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

<style>
 span { border-color: #4909CC; }

 span { border-color: rgb(73,9,204); }

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