Html Css Color HEX #5D21AB Purple Heart

📋 copy color: '#5D21AB'

red 93 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #5D21AB

Tints of Purple Heart #5D21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 31.31%
G = 11.11%
B = 57.58%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D21AB (or 0x5D21AB) is known color: Purple Heart. HEX triplet: 5D, 21 and AB. RGB value is (93,33,171). Sum of RGB (Red+Green+Blue) = 93+33+171=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D21AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D21AB is #A2DE54. Grayscale: #424242. Windows color (decimal): -10673749 or 11215197. OLE color: 11215197.

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

Color convert

RGB 93 33 171 -
CMYK 0.46 0.81 0 0.33
HSL 266.09º 0.68% 0.4% -
HSV(B) 266.09º 0.81% 0.67% -
XYZ 12.41 6.36 39.1 -
YUV 66.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 93 33 171 0.46 0.81 0 0.33 266.09 0.68 0.4
Hex 5D 21 AB 2E 51 0 21 10A 44 28
Octal 135 41 253 56 121 0 41 412 104 50
Binary 1011101 100001 10101011 101110 1010001 0 100001 100001010 1000100 101000

Color Harmonies of #5D21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D21AB

Black with #5D21AB

Text Example


Text Example

White with #5D21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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