Html Css Color HEX #5A0AAB Purple Heart

📋 copy color: '#5A0AAB'

red 90 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #5A0AAB

Tints of Purple Heart #5A0AAB

RGB

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

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

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

R = 33.21%
G = 3.69%
B = 63.1%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A0AAB (or 0x5A0AAB) is known color: Purple Heart. HEX triplet: 5A, 0A and AB. RGB value is (90,10,171). Sum of RGB (Red+Green+Blue) = 90+10+171=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0AAB is #A5F554. Grayscale: #333333. Windows color (decimal): -10876245 or 11209306. OLE color: 11209306.

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

Color convert

RGB 90 10 171 -
CMYK 0.47 0.94 0 0.33
HSL 269.81º 0.89% 0.35% -
HSV(B) 269.81º 0.94% 0.67% -
XYZ 11.68 5.33 38.94 -
YUV 52.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 90 10 171 0.47 0.94 0 0.33 269.81 0.89 0.35
Hex 5A A AB 2F 5E 0 21 10E 59 23
Octal 132 12 253 57 136 0 41 416 131 43
Binary 1011010 1010 10101011 101111 1011110 0 100001 100001110 1011001 100011

Color Harmonies of #5A0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0AAB

Black with #5A0AAB

Text Example


Text Example

White with #5A0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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