#492DC0

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

Shades of Purple Heart #492DC0

Tints of Purple Heart #492DC0

Color information

#492DC0 (or 0x492DC0) is unknown color: approx Purple Heart. HEX triplet: 49, 2D and C0. RGB value is (73,45,192). Sum of RGB (Red+Green+Blue) = 73+45+192=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #492DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DC0 is #B6D23F. Grayscale: #454545. Windows color (decimal): -11981376 or 12594505. OLE color: 12594505.

HSL color Cylindrical-coordinate representation of color #492DC0: hue angle of 251.43º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492DC0 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7345192-
CMYK0.620.7700.25
HSL251.43º62.03%46.47%-
HSV(B)251.43º76.56%75.29%-
XYZ13.27.150.54-
YUV70.13196.78130.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 45 (17.97% from 255) = 14.52%
BLUE value IS 192 (75.39% from 255) = 61.94%
R=23.55%
G=14.52%
B=61.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73451920.620.7700.25251.4362.0346.47
Hex492DC03E4D019fb3e2e
Octal11155300761150313737656
Binary100100110110111000000111110100110101100111111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492DC0; }

 p { color: rgb(73,45,192); }

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

<style>
 a { background-color: #492DC0; }

 a { background-color: rgb(73,45,192); }

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

<style>
 span { border-color: #492DC0; }

 span { border-color: rgb(73,45,192); }

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