#591FB1

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

Shades of Purple Heart #591FB1

Tints of Purple Heart #591FB1

Color information

#591FB1 (or 0x591FB1) is unknown color: approx Purple Heart. HEX triplet: 59, 1F and B1. RGB value is (89,31,177). Sum of RGB (Red+Green+Blue) = 89+31+177=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #591FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591FB1 is #A6E04E. Grayscale: #404040. Windows color (decimal): -10936399 or 11607897. OLE color: 11607897.

HSL color Cylindrical-coordinate representation of color #591FB1: hue angle of 263.84º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591FB1 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8931177-
CMYK0.500.8200.31
HSL263.84º70.19%40.78%-
HSV(B)263.84º82.49%69.41%-
XYZ12.556.2842.15-
YUV64.99191.22145.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 177 (69.53% from 255) = 59.60%
R=29.97%
G=10.44%
B=59.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89311770.500.8200.31263.8470.1940.78
Hex591FB1325201F1084629
Octal131372616212203741010651
Binary1011001111111011000111001010100100111111000010001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591FB1; }

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

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

<style>
 a { background-color: #591FB1; }

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

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

<style>
 span { border-color: #591FB1; }

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

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