#492EBD

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

Shades of Purple Heart #492EBD

Tints of Purple Heart #492EBD

Color information

#492EBD (or 0x492EBD) is unknown color: approx Purple Heart. HEX triplet: 49, 2E and BD. RGB value is (73,46,189). Sum of RGB (Red+Green+Blue) = 73+46+189=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #492EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EBD is #B6D142. Grayscale: #454545. Windows color (decimal): -11981123 or 12398153. OLE color: 12398153.

HSL color Cylindrical-coordinate representation of color #492EBD: hue angle of 251.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492EBD is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7346189-
CMYK0.610.7600.26
HSL251.33º60.85%46.08%-
HSV(B)251.33º75.66%74.12%-
XYZ12.917.0448.82-
YUV70.38194.95129.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=23.70%
G=14.94%
B=61.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73461890.610.7600.26251.3360.8546.08
Hex492EBD3D4C01Afb3d2e
Octal11156275751140323737556
Binary100100110111010111101111101100110001101011111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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