Html Css Color HEX #5A0AAE Purple Heart

📋 copy color: '#5A0AAE'

red 90 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #5A0AAE

Tints of Purple Heart #5A0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 32.85%
G = 3.65%
B = 63.5%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A0AAE (or 0x5A0AAE) is known color: Purple Heart. HEX triplet: 5A, 0A and AE. RGB value is (90,10,174). Sum of RGB (Red+Green+Blue) = 90+10+174=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A0AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0AAE is #A5F551. Grayscale: #343434. Windows color (decimal): -10876242 or 11405914. OLE color: 11405914.

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

Color convert

RGB 90 10 174 -
CMYK 0.48 0.94 0 0.32
HSL 269.27º 0.89% 0.36% -
HSV(B) 269.27º 0.94% 0.68% -
XYZ 11.96 5.45 40.47 -
YUV 52.62 196.5 154.66 -
System Red Green Blue C M Y K H S L
Decimal 90 10 174 0.48 0.94 0 0.32 269.27 0.89 0.36
Hex 5A A AE 30 5E 0 20 10D 59 24
Octal 132 12 256 60 136 0 40 415 131 44
Binary 1011010 1010 10101110 110000 1011110 0 100000 100001101 1011001 100100

Color Harmonies of #5A0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0AAE

Black with #5A0AAE

Text Example


Text Example

White with #5A0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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