Html Css Color HEX #5D15AB Purple Heart

📋 copy color: '#5D15AB'

red 93 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #5D15AB

Tints of Purple Heart #5D15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 32.63%
G = 7.37%
B = 60%

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

#5D15AB (or 0x5D15AB) is known color: Purple Heart. HEX triplet: 5D, 15 and AB. RGB value is (93,21,171). Sum of RGB (Red+Green+Blue) = 93+21+171=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D15AB is #A2EA54. Grayscale: #3B3B3B. Windows color (decimal): -10676821 or 11212125. OLE color: 11212125.

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

Color convert

RGB 93 21 171 -
CMYK 0.46 0.88 0 0.33
HSL 268.8º 0.78% 0.38% -
HSV(B) 268.8º 0.88% 0.67% -
XYZ 12.13 5.8 39.01 -
YUV 59.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 93 21 171 0.46 0.88 0 0.33 268.8 0.78 0.38
Hex 5D 15 AB 2E 58 0 21 10D 4E 26
Octal 135 25 253 56 130 0 41 415 116 46
Binary 1011101 10101 10101011 101110 1011000 0 100001 100001101 1001110 100110

Color Harmonies of #5D15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D15AB

Black with #5D15AB

Text Example


Text Example

White with #5D15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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