#5D32AD

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

Shades of Purple Heart #5D32AD

Tints of Purple Heart #5D32AD

Color information

#5D32AD (or 0x5D32AD) is unknown color: approx Purple Heart. HEX triplet: 5D, 32 and AD. RGB value is (93,50,173). Sum of RGB (Red+Green+Blue) = 93+50+173=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 50 (19.92% from 255 or 15.82% 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 #5D32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D32AD is #A2CD52. Grayscale: #4C4C4C. Windows color (decimal): -10669395 or 11350621. OLE color: 11350621.

HSL color Cylindrical-coordinate representation of color #5D32AD: hue angle of 260.98º degrees, saturation: 0.55, 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 #5D32AD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9350173-
CMYK0.460.7100.32
HSL260.98º55.16%43.73%-
HSV(B)260.98º71.1%67.84%-
XYZ13.27.6340.31-
YUV76.88182.25139.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=29.43%
G=15.82%
B=54.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93501730.460.7100.32260.9855.1643.73
Hex5D32AD2E47020105372c
Octal13562255561070404056754
Binary10111011100101010110110111010001110100000100000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D32AD; }

 p { color: rgb(93,50,173); }

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

<style>
 a { background-color: #5D32AD; }

 a { background-color: rgb(93,50,173); }

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

<style>
 span { border-color: #5D32AD; }

 span { border-color: rgb(93,50,173); }

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