#592DB5

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

Shades of Purple Heart #592DB5

Tints of Purple Heart #592DB5

Color information

#592DB5 (or 0x592DB5) is unknown color: approx Purple Heart. HEX triplet: 59, 2D and B5. RGB value is (89,45,181). Sum of RGB (Red+Green+Blue) = 89+45+181=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #592DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DB5 is #A6D24A. Grayscale: #494949. Windows color (decimal): -10932811 or 11873625. OLE color: 11873625.

HSL color Cylindrical-coordinate representation of color #592DB5: hue angle of 259.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592DB5 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8945181-
CMYK0.510.7500.29
HSL259.41º60.18%44.31%-
HSV(B)259.41º75.14%70.98%-
XYZ13.47.3444.43-
YUV73.66188.58138.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=28.25%
G=14.29%
B=57.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89451810.510.7500.29259.4160.1844.31
Hex592DB5334B01D1033c2c
Octal13155265631130354037454
Binary1011001101101101101011100111001011011101100000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,45,181); }

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

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

 a { background-color: rgb(89,45,181); }

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

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

 span { border-color: rgb(89,45,181); }

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