#5D29C9

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

Shades of Purple Heart #5D29C9

Tints of Purple Heart #5D29C9

Color information

#5D29C9 (or 0x5D29C9) is unknown color: approx Purple Heart. HEX triplet: 5D, 29 and C9. RGB value is (93,41,201). Sum of RGB (Red+Green+Blue) = 93+41+201=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D29C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D29C9 is #A2D636. Grayscale: #4A4A4A. Windows color (decimal): -10671671 or 13183325. OLE color: 13183325.

HSL color Cylindrical-coordinate representation of color #5D29C9: hue angle of 259.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D29C9 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9341201-
CMYK0.540.8000.21
HSL259.5º66.12%47.45%-
HSV(B)259.5º79.6%78.82%-
XYZ15.858.1355.99-
YUV74.79199.23140.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.76%
GREEN value IS 41 (16.41% from 255) = 12.24%
BLUE value IS 201 (78.91% from 255) = 60%
R=27.76%
G=12.24%
B=60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93412010.540.8000.21259.566.1247.45
Hex5D29C93650015104422f
Octal135513116612002540410257
Binary10111011010011100100111011010100000101011000001001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D29C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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