#592EB1

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

Shades of Purple Heart #592EB1

Tints of Purple Heart #592EB1

Color information

#592EB1 (or 0x592EB1) is unknown color: approx Purple Heart. HEX triplet: 59, 2E and B1. RGB value is (89,46,177). Sum of RGB (Red+Green+Blue) = 89+46+177=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #592EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EB1 is #A6D14E. Grayscale: #494949. Windows color (decimal): -10932559 or 11611737. OLE color: 11611737.

HSL color Cylindrical-coordinate representation of color #592EB1: hue angle of 259.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592EB1 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8946177-
CMYK0.500.7400.31
HSL259.69º58.74%43.73%-
HSV(B)259.69º74.01%69.41%-
XYZ13.037.2542.31-
YUV73.79186.25138.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 46 (18.36% from 255) = 14.74%
BLUE value IS 177 (69.53% from 255) = 56.73%
R=28.53%
G=14.74%
B=56.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89461770.500.7400.31259.6958.7443.73
Hex592EB1324A01F1043b2c
Octal13156261621120374047354
Binary1011001101110101100011100101001010011111100000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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