Html Css Color HEX #5A16AE Purple Heart

📋 copy color: '#5A16AE'

red 90 ◦ green 22 ◦ blue 174

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

Shades of Purple Heart #5A16AE

Tints of Purple Heart #5A16AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 31.47%
G = 7.69%
B = 60.84%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A16AE (or 0x5A16AE) is known color: Purple Heart. HEX triplet: 5A, 16 and AE. RGB value is (90,22,174). Sum of RGB (Red+Green+Blue) = 90+22+174=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A16AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A16AE is #A5E951. Grayscale: #3B3B3B. Windows color (decimal): -10873170 or 11408986. OLE color: 11408986.

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

Color convert

RGB 90 22 174 -
CMYK 0.48 0.87 0 0.32
HSL 266.84º 0.78% 0.38% -
HSV(B) 266.84º 0.87% 0.68% -
XYZ 12.14 5.8 40.52 -
YUV 59.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 90 22 174 0.48 0.87 0 0.32 266.84 0.78 0.38
Hex 5A 16 AE 30 57 0 20 10B 4E 26
Octal 132 26 256 60 127 0 40 413 116 46
Binary 1011010 10110 10101110 110000 1010111 0 100000 100001011 1001110 100110

Color Harmonies of #5A16AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A16AE

Black with #5A16AE

Text Example


Text Example

White with #5A16AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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