Html Css Color HEX #5A1AAA Purple Heart

📋 copy color: '#5A1AAA'

red 90 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #5A1AAA

Tints of Purple Heart #5A1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

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

R = 31.47%
G = 9.09%
B = 59.44%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A1AAA (or 0x5A1AAA) is known color: Purple Heart. HEX triplet: 5A, 1A and AA. RGB value is (90,26,170). Sum of RGB (Red+Green+Blue) = 90+26+170=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1AAA is #A5E555. Grayscale: #3D3D3D. Windows color (decimal): -10872150 or 11147866. OLE color: 11147866.

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

Color convert

RGB 90 26 170 -
CMYK 0.47 0.85 0 0.33
HSL 266.67º 0.73% 0.38% -
HSV(B) 266.67º 0.85% 0.67% -
XYZ 11.84 5.81 38.53 -
YUV 61.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 90 26 170 0.47 0.85 0 0.33 266.67 0.73 0.38
Hex 5A 1A AA 2F 55 0 21 10B 49 26
Octal 132 32 252 57 125 0 41 413 111 46
Binary 1011010 11010 10101010 101111 1010101 0 100001 100001011 1001001 100110

Color Harmonies of #5A1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1AAA

Black with #5A1AAA

Text Example


Text Example

White with #5A1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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