#5D2ADF

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

Shades of Purple Heart #5D2ADF

Tints of Purple Heart #5D2ADF

Color information

#5D2ADF (or 0x5D2ADF) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and DF. RGB value is (93,42,223). Sum of RGB (Red+Green+Blue) = 93+42+223=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D2ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ADF is #A2D520. Grayscale: #4D4D4D. Windows color (decimal): -10671393 or 14625373. OLE color: 14625373.

HSL color Cylindrical-coordinate representation of color #5D2ADF: hue angle of 256.91º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D2ADF is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9342223-
CMYK0.580.8100.13
HSL256.91º73.88%51.96%-
HSV(B)256.91º81.17%87.45%-
XYZ18.669.3170.63-
YUV77.88209.9138.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 42 (16.80% from 255) = 11.73%
BLUE value IS 223 (87.5% from 255) = 62.29%
R=25.98%
G=11.73%
B=62.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93422230.580.8100.13256.9173.8851.96
Hex5D2ADF3A510D1014a34
Octal135523377212101540111264
Binary1011101101010110111111110101010001011011000000011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,223); }

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

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

 a { background-color: rgb(93,42,223); }

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

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

 span { border-color: rgb(93,42,223); }

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