#592EBE

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

Shades of Purple Heart #592EBE

Tints of Purple Heart #592EBE

Color information

#592EBE (or 0x592EBE) is unknown color: approx Purple Heart. HEX triplet: 59, 2E and BE. RGB value is (89,46,190). Sum of RGB (Red+Green+Blue) = 89+46+190=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #592EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EBE is #A6D141. Grayscale: #4A4A4A. Windows color (decimal): -10932546 or 12463705. OLE color: 12463705.

HSL color Cylindrical-coordinate representation of color #592EBE: hue angle of 257.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592EBE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8946190-
CMYK0.530.7600.25
HSL257.92º61.02%46.27%-
HSV(B)257.92º75.79%74.51%-
XYZ14.397.849.46-
YUV75.27192.75137.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=27.38%
G=14.15%
B=58.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89461900.530.7600.25257.9261.0246.27
Hex592EBE354C0191023d2e
Octal13156276651140314027556
Binary1011001101110101111101101011001100011001100000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592EBE; }

 p { color: rgb(89,46,190); }

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

<style>
 a { background-color: #592EBE; }

 a { background-color: rgb(89,46,190); }

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

<style>
 span { border-color: #592EBE; }

 span { border-color: rgb(89,46,190); }

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