Html Css Color HEX #5A1AAB Purple Heart

📋 copy color: '#5A1AAB'

red 90 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #5A1AAB

Tints of Purple Heart #5A1AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 31.36%
G = 9.06%
B = 59.58%

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

#5A1AAB (or 0x5A1AAB) is known color: Purple Heart. HEX triplet: 5A, 1A and AB. RGB value is (90,26,171). Sum of RGB (Red+Green+Blue) = 90+26+171=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1AAB is #A5E554. Grayscale: #3D3D3D. Windows color (decimal): -10872149 or 11213402. OLE color: 11213402.

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

Color convert

RGB 90 26 171 -
CMYK 0.47 0.85 0 0.33
HSL 266.48º 0.74% 0.39% -
HSV(B) 266.48º 0.85% 0.67% -
XYZ 11.94 5.85 39.03 -
YUV 61.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 90 26 171 0.47 0.85 0 0.33 266.48 0.74 0.39
Hex 5A 1A AB 2F 55 0 21 10A 4A 27
Octal 132 32 253 57 125 0 41 412 112 47
Binary 1011010 11010 10101011 101111 1010101 0 100001 100001010 1001010 100111

Color Harmonies of #5A1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1AAB

Black with #5A1AAB

Text Example


Text Example

White with #5A1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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