#492EB4

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

Shades of Purple Heart #492EB4

Tints of Purple Heart #492EB4

Color information

#492EB4 (or 0x492EB4) is unknown color: approx Purple Heart. HEX triplet: 49, 2E and B4. RGB value is (73,46,180). Sum of RGB (Red+Green+Blue) = 73+46+180=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #492EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EB4 is #B6D14B. Grayscale: #444444. Windows color (decimal): -11981132 or 11808329. OLE color: 11808329.

HSL color Cylindrical-coordinate representation of color #492EB4: hue angle of 252.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492EB4 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7346180-
CMYK0.590.7400.29
HSL252.09º59.29%44.31%-
HSV(B)252.09º74.44%70.59%-
XYZ11.966.6743.84-
YUV69.35190.45130.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=24.41%
G=15.38%
B=60.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73461800.590.7400.29252.0959.2944.31
Hex492EB43B4A01Dfc3b2c
Octal11156264731120353747354
Binary100100110111010110100111011100101001110111111100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,180); }

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

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

 a { background-color: rgb(73,46,180); }

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

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

 span { border-color: rgb(73,46,180); }

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