Html Css Color HEX #5A16AA Purple Heart

📋 copy color: '#5A16AA'

red 90 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #5A16AA

Tints of Purple Heart #5A16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 170 (66.8% from 255) = 60.28%

R = 31.91%
G = 7.8%
B = 60.28%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A16AA (or 0x5A16AA) is known color: Purple Heart. HEX triplet: 5A, 16 and AA. RGB value is (90,22,170). Sum of RGB (Red+Green+Blue) = 90+22+170=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A16AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A16AA is #A5E955. Grayscale: #3A3A3A. Windows color (decimal): -10873174 or 11146842. OLE color: 11146842.

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

Color convert

RGB 90 22 170 -
CMYK 0.47 0.87 0 0.33
HSL 267.57º 0.77% 0.38% -
HSV(B) 267.57º 0.87% 0.67% -
XYZ 11.76 5.65 38.5 -
YUV 59.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 90 22 170 0.47 0.87 0 0.33 267.57 0.77 0.38
Hex 5A 16 AA 2F 57 0 21 10C 4D 26
Octal 132 26 252 57 127 0 41 414 115 46
Binary 1011010 10110 10101010 101111 1010111 0 100001 100001100 1001101 100110

Color Harmonies of #5A16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A16AA

Black with #5A16AA

Text Example


Text Example

White with #5A16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,22,170); }

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

background-color css

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

 a { background-color: rgb(90,22,170); }

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

border-color css

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

 span { border-color: rgb(90,22,170); }

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