Html Css Color HEX #5D17AA Purple Heart

📋 copy color: '#5D17AA'

red 93 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #5D17AA

Tints of Purple Heart #5D17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 32.52%
G = 8.04%
B = 59.44%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D17AA (or 0x5D17AA) is known color: Purple Heart. HEX triplet: 5D, 17 and AA. RGB value is (93,23,170). Sum of RGB (Red+Green+Blue) = 93+23+170=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D17AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D17AA is #A2E855. Grayscale: #3C3C3C. Windows color (decimal): -10676310 or 11147101. OLE color: 11147101.

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

Color convert

RGB 93 23 170 -
CMYK 0.45 0.86 0 0.33
HSL 268.57º 0.76% 0.38% -
HSV(B) 268.57º 0.86% 0.67% -
XYZ 12.08 5.84 38.52 -
YUV 60.69 189.69 151.05 -
System Red Green Blue C M Y K H S L
Decimal 93 23 170 0.45 0.86 0 0.33 268.57 0.76 0.38
Hex 5D 17 AA 2D 56 0 21 10D 4C 26
Octal 135 27 252 55 126 0 41 415 114 46
Binary 1011101 10111 10101010 101101 1010110 0 100001 100001101 1001100 100110

Color Harmonies of #5D17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17AA

Black with #5D17AA

Text Example


Text Example

White with #5D17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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