Html Css Color HEX #5D13AB Purple Heart

📋 copy color: '#5D13AB'

red 93 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #5D13AB

Tints of Purple Heart #5D13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 32.86%
G = 6.71%
B = 60.42%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D13AB (or 0x5D13AB) is known color: Purple Heart. HEX triplet: 5D, 13 and AB. RGB value is (93,19,171). Sum of RGB (Red+Green+Blue) = 93+19+171=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D13AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D13AB is #A2EC54. Grayscale: #393939. Windows color (decimal): -10677333 or 11211613. OLE color: 11211613.

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

Color convert

RGB 93 19 171 -
CMYK 0.46 0.89 0 0.33
HSL 269.21º 0.8% 0.37% -
HSV(B) 269.21º 0.89% 0.67% -
XYZ 12.1 5.73 39 -
YUV 58.45 191.52 152.64 -
System Red Green Blue C M Y K H S L
Decimal 93 19 171 0.46 0.89 0 0.33 269.21 0.8 0.37
Hex 5D 13 AB 2E 59 0 21 10D 50 25
Octal 135 23 253 56 131 0 41 415 120 45
Binary 1011101 10011 10101011 101110 1011001 0 100001 100001101 1010000 100101

Color Harmonies of #5D13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D13AB

Black with #5D13AB

Text Example


Text Example

White with #5D13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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