Html Css Color HEX #5D14AB Purple Heart

📋 copy color: '#5D14AB'

red 93 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #5D14AB

Tints of Purple Heart #5D14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 32.75%
G = 7.04%
B = 60.21%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D14AB (or 0x5D14AB) is known color: Purple Heart. HEX triplet: 5D, 14 and AB. RGB value is (93,20,171). Sum of RGB (Red+Green+Blue) = 93+20+171=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D14AB is #A2EB54. Grayscale: #3A3A3A. Windows color (decimal): -10677077 or 11211869. OLE color: 11211869.

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

Color convert

RGB 93 20 171 -
CMYK 0.46 0.88 0 0.33
HSL 269.01º 0.79% 0.37% -
HSV(B) 269.01º 0.88% 0.67% -
XYZ 12.12 5.77 39 -
YUV 59.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 93 20 171 0.46 0.88 0 0.33 269.01 0.79 0.37
Hex 5D 14 AB 2E 58 0 21 10D 4F 25
Octal 135 24 253 56 130 0 41 415 117 45
Binary 1011101 10100 10101011 101110 1011000 0 100001 100001101 1001111 100101

Color Harmonies of #5D14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14AB

Black with #5D14AB

Text Example


Text Example

White with #5D14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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