#4901C9

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

Shades of Purple Heart #4901C9

Tints of Purple Heart #4901C9

Color information

#4901C9 (or 0x4901C9) is unknown color: approx Purple Heart. HEX triplet: 49, 01 and C9. RGB value is (73,1,201). Sum of RGB (Red+Green+Blue) = 73+1+201=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 201 (78.91% from 255 or 73.09% from 275); Max value from RGB is 201 - color contains mainly: blue. Hex color #4901C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4901C9 is #B6FE36. Grayscale: #2C2C2C. Windows color (decimal): -11992631 or 13173065. OLE color: 13173065.

HSL color Cylindrical-coordinate representation of color #4901C9: hue angle of 261.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4901C9 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB731201-
CMYK0.641.0000.21
HSL261.6º99.01%39.61%-
HSV(B)261.6º99.5%78.82%-
XYZ13.35.6655.65-
YUV45.33215.85147.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 201 (78.91% from 255) = 73.09%
R=26.55%
G=0.36%
B=73.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7312010.641.0000.21261.699.0139.61
Hex491C940640151066328
Octal111131110014402540614350
Binary1001001111001001100000011001000101011000001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4901C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4901C9; }

 p { color: rgb(73,1,201); }

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

<style>
 a { background-color: #4901C9; }

 a { background-color: rgb(73,1,201); }

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

<style>
 span { border-color: #4901C9; }

 span { border-color: rgb(73,1,201); }

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