#5D29AB

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

Shades of Purple Heart #5D29AB

Tints of Purple Heart #5D29AB

Color information

#5D29AB (or 0x5D29AB) is unknown color: approx Purple Heart. HEX triplet: 5D, 29 and AB. RGB value is (93,41,171). Sum of RGB (Red+Green+Blue) = 93+41+171=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D29AB is #A2D654. Grayscale: #464646. Windows color (decimal): -10671701 or 11217245. OLE color: 11217245.

HSL color Cylindrical-coordinate representation of color #5D29AB: hue angle of 264º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D29AB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9341171-
CMYK0.460.7600.33
HSL264º61.32%41.57%-
HSV(B)264º76.02%67.06%-
XYZ12.666.8539.18-
YUV71.37184.23143.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=30.49%
G=13.44%
B=56.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93411710.460.7600.3326461.3241.57
Hex5D29AB2E4C0211083d2a
Octal13551253561140414107552
Binary10111011010011010101110111010011000100001100001000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,171); }

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

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

 a { background-color: rgb(93,41,171); }

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

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

 span { border-color: rgb(93,41,171); }

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