#5936AD

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

Shades of Purple Heart #5936AD

Tints of Purple Heart #5936AD

Color information

#5936AD (or 0x5936AD) is unknown color: approx Purple Heart. HEX triplet: 59, 36 and AD. RGB value is (89,54,173). Sum of RGB (Red+Green+Blue) = 89+54+173=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #5936AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5936AD is #A6C952. Grayscale: #4D4D4D. Windows color (decimal): -10930515 or 11351641. OLE color: 11351641.

HSL color Cylindrical-coordinate representation of color #5936AD: hue angle of 257.65º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5936AD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8954173-
CMYK0.490.6900.32
HSL257.65º52.42%44.51%-
HSV(B)257.65º68.79%67.84%-
XYZ12.987.7840.35-
YUV78.03181.6135.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=28.16%
G=17.09%
B=54.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89541730.490.6900.32257.6552.4244.51
Hex5936AD3145020102342d
Octal13166255611050404026455
Binary10110011101101010110111000110001010100000100000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5936AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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