Html Css Color HEX #5D17A9 Purple Heart

📋 copy color: '#5D17A9'

red 93 ◦ green 23 ◦ blue 169

#5D17A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5D17A9

Tints of Purple Heart #5D17A9

RGB

 RED value IS 93 (36.72% from 255) = 32.63%

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 169 (66.41% from 255) = 59.3%

R = 32.63%
G = 8.07%
B = 59.3%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5D17A9 (or 0x5D17A9) is known color: Purple Heart. HEX triplet: 5D, 17 and A9. RGB value is (93,23,169). Sum of RGB (Red+Green+Blue) = 93+23+169=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D17A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D17A9 is #A2E856. Grayscale: #3C3C3C. Windows color (decimal): -10676311 or 11081565. OLE color: 11081565.

HSL color Cylindrical-coordinate representation of color #5D17A9: hue angle of 268.77º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D17A9 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 23 169 -
CMYK 0.45 0.86 0 0.34
HSL 268.77º 0.76% 0.38% -
HSV(B) 268.77º 0.86% 0.66% -
XYZ 11.98 5.8 38.02 -
YUV 60.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 93 23 169 0.45 0.86 0 0.34 268.77 0.76 0.38
Hex 5D 17 A9 2D 56 0 22 10D 4C 26
Octal 135 27 251 55 126 0 42 415 114 46
Binary 1011101 10111 10101001 101101 1010110 0 100010 100001101 1001100 100110

Color Harmonies of #5D17A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17A9

Black with #5D17A9

Text Example


Text Example

White with #5D17A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,169); }

 H1.HeaderClassName
 {
   color: #5D17A9;
 }
 .AnyTagClassName
 {
   color: #5D17A9;
 }
</style>

background-color css

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

 a { background-color: rgb(93,23,169); }

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

border-color css

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

 span { border-color: rgb(93,23,169); }

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