#5933AD

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

Shades of Purple Heart #5933AD

Tints of Purple Heart #5933AD

Color information

#5933AD (or 0x5933AD) is unknown color: approx Purple Heart. HEX triplet: 59, 33 and AD. RGB value is (89,51,173). Sum of RGB (Red+Green+Blue) = 89+51+173=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #5933AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5933AD is #A6CC52. Grayscale: #4B4B4B. Windows color (decimal): -10931283 or 11350873. OLE color: 11350873.

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

Color convert

RGB8951173-
CMYK0.490.7100.32
HSL258.69º54.46%43.92%-
HSV(B)258.69º70.52%67.84%-
XYZ12.857.5140.31-
YUV76.27182.59137.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=28.43%
G=16.29%
B=55.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89511730.490.7100.32258.6954.4643.92
Hex5933AD3147020103362c
Octal13163255611070404036654
Binary10110011100111010110111000110001110100000100000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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