#5936BA

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

Shades of Purple Heart #5936BA

Tints of Purple Heart #5936BA

Color information

#5936BA (or 0x5936BA) is unknown color: approx Purple Heart. HEX triplet: 59, 36 and BA. RGB value is (89,54,186). Sum of RGB (Red+Green+Blue) = 89+54+186=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #5936BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5936BA is #A6C945. Grayscale: #4F4F4F. Windows color (decimal): -10930502 or 12203609. OLE color: 12203609.

HSL color Cylindrical-coordinate representation of color #5936BA: hue angle of 255.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5936BA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8954186-
CMYK0.520.7100.27
HSL255.91º55%47.06%-
HSV(B)255.91º70.97%72.94%-
XYZ14.38.3147.3-
YUV79.51188.1134.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=27.05%
G=16.41%
B=56.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89541860.520.7100.27255.915547.06
Hex5936BA344701B100372f
Octal13166272641070334006757
Binary1011001110110101110101101001000111011011100000000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5936BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5936BA; }

 p { color: rgb(89,54,186); }

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

<style>
 a { background-color: #5936BA; }

 a { background-color: rgb(89,54,186); }

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

<style>
 span { border-color: #5936BA; }

 span { border-color: rgb(89,54,186); }

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