#492EB7

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

Shades of Purple Heart #492EB7

Tints of Purple Heart #492EB7

Color information

#492EB7 (or 0x492EB7) is unknown color: approx Purple Heart. HEX triplet: 49, 2E and B7. RGB value is (73,46,183). Sum of RGB (Red+Green+Blue) = 73+46+183=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 183 (71.88% from 255 or 60.60% from 302); Max value from RGB is 183 - color contains mainly: blue. Hex color #492EB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EB7 is #B6D148. Grayscale: #454545. Windows color (decimal): -11981129 or 12004937. OLE color: 12004937.

HSL color Cylindrical-coordinate representation of color #492EB7: hue angle of 251.82º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492EB7 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7346183-
CMYK0.600.7500.28
HSL251.82º59.83%44.9%-
HSV(B)251.82º74.86%71.76%-
XYZ12.276.7945.46-
YUV69.69191.95130.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 46 (18.36% from 255) = 15.23%
BLUE value IS 183 (71.88% from 255) = 60.60%
R=24.17%
G=15.23%
B=60.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73461830.600.7500.28251.8259.8344.9
Hex492EB73C4B01Cfc3c2d
Octal11156267741130343747455
Binary100100110111010110111111100100101101110011111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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