#5931DF

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

Shades of Purple Heart #5931DF

Tints of Purple Heart #5931DF

Color information

#5931DF (or 0x5931DF) is unknown color: approx Purple Heart. HEX triplet: 59, 31 and DF. RGB value is (89,49,223). Sum of RGB (Red+Green+Blue) = 89+49+223=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #5931DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5931DF is #A6CE20. Grayscale: #505050. Windows color (decimal): -10931745 or 14627161. OLE color: 14627161.

HSL color Cylindrical-coordinate representation of color #5931DF: hue angle of 253.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5931DF is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8949223-
CMYK0.600.7800.13
HSL253.79º73.11%53.33%-
HSV(B)253.79º78.03%87.45%-
XYZ18.549.6570.7-
YUV80.8208.25133.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 223 (87.5% from 255) = 61.77%
R=24.65%
G=13.57%
B=61.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89492230.600.7800.13253.7973.1153.33
Hex5931DF3C4E0Dfe4935
Octal131613377411601537611165
Binary101100111000111011111111100100111001101111111101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5931DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5931DF; }

 p { color: rgb(89,49,223); }

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

<style>
 a { background-color: #5931DF; }

 a { background-color: rgb(89,49,223); }

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

<style>
 span { border-color: #5931DF; }

 span { border-color: rgb(89,49,223); }

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