#492BC0

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

Shades of Purple Heart #492BC0

Tints of Purple Heart #492BC0

Color information

#492BC0 (or 0x492BC0) is unknown color: approx Purple Heart. HEX triplet: 49, 2B and C0. RGB value is (73,43,192). Sum of RGB (Red+Green+Blue) = 73+43+192=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #492BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BC0 is #B6D43F. Grayscale: #444444. Windows color (decimal): -11981888 or 12593993. OLE color: 12593993.

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

Color convert

RGB7343192-
CMYK0.620.7800.25
HSL252.08º63.4%46.08%-
HSV(B)252.08º77.6%75.29%-
XYZ13.136.9550.52-
YUV68.96197.44130.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=23.70%
G=13.96%
B=62.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73431920.620.7800.25252.0863.446.08
Hex492BC03E4E019fc3f2e
Octal11153300761160313747756
Binary100100110101111000000111110100111001100111111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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