Html Css Color HEX #5D17AB Purple Heart

📋 copy color: '#5D17AB'

red 93 ◦ green 23 ◦ blue 171

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

Shades of Purple Heart #5D17AB

Tints of Purple Heart #5D17AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 32.4%
G = 8.01%
B = 59.58%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D17AB (or 0x5D17AB) is known color: Purple Heart. HEX triplet: 5D, 17 and AB. RGB value is (93,23,171). Sum of RGB (Red+Green+Blue) = 93+23+171=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D17AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D17AB is #A2E854. Grayscale: #3C3C3C. Windows color (decimal): -10676309 or 11212637. OLE color: 11212637.

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

Color convert

RGB 93 23 171 -
CMYK 0.46 0.87 0 0.33
HSL 268.38º 0.76% 0.38% -
HSV(B) 268.38º 0.87% 0.67% -
XYZ 12.17 5.88 39.02 -
YUV 60.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 93 23 171 0.46 0.87 0 0.33 268.38 0.76 0.38
Hex 5D 17 AB 2E 57 0 21 10C 4C 26
Octal 135 27 253 56 127 0 41 414 114 46
Binary 1011101 10111 10101011 101110 1010111 0 100001 100001100 1001100 100110

Color Harmonies of #5D17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D17AB

Black with #5D17AB

Text Example


Text Example

White with #5D17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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