#5931BC

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

Shades of Purple Heart #5931BC

Tints of Purple Heart #5931BC

Color information

#5931BC (or 0x5931BC) is unknown color: approx Purple Heart. HEX triplet: 59, 31 and BC. RGB value is (89,49,188). Sum of RGB (Red+Green+Blue) = 89+49+188=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5931BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5931BC is #A6CE43. Grayscale: #4C4C4C. Windows color (decimal): -10931780 or 12333401. OLE color: 12333401.

HSL color Cylindrical-coordinate representation of color #5931BC: hue angle of 257.27º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5931BC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8949188-
CMYK0.530.7400.26
HSL257.27º58.65%46.47%-
HSV(B)257.27º73.94%73.73%-
XYZ14.37.9548.36-
YUV76.81190.75136.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=27.30%
G=15.03%
B=57.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89491880.530.7400.26257.2758.6546.47
Hex5931BC354A01A1013b2e
Octal13161274651120324017356
Binary1011001110001101111001101011001010011010100000001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5931BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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