Html Css Color HEX #5A21AD Purple Heart

📋 copy color: '#5A21AD'

red 90 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #5A21AD

Tints of Purple Heart #5A21AD

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 30.41%
G = 11.15%
B = 58.45%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A21AD (or 0x5A21AD) is known color: Purple Heart. HEX triplet: 5A, 21 and AD. RGB value is (90,33,173). Sum of RGB (Red+Green+Blue) = 90+33+173=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A21AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A21AD is #A5DE52. Grayscale: #414141. Windows color (decimal): -10870355 or 11346266. OLE color: 11346266.

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

Color convert

RGB 90 33 173 -
CMYK 0.48 0.81 0 0.32
HSL 264.43º 0.68% 0.4% -
HSV(B) 264.43º 0.81% 0.68% -
XYZ 12.3 6.28 40.1 -
YUV 66 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 90 33 173 0.48 0.81 0 0.32 264.43 0.68 0.4
Hex 5A 21 AD 30 51 0 20 108 44 28
Octal 132 41 255 60 121 0 40 410 104 50
Binary 1011010 100001 10101101 110000 1010001 0 100000 100001000 1000100 101000

Color Harmonies of #5A21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A21AD

Black with #5A21AD

Text Example


Text Example

White with #5A21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,33,173); }

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

background-color css

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

 a { background-color: rgb(90,33,173); }

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

border-color css

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

 span { border-color: rgb(90,33,173); }

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