Html Css Color HEX #5A17AA Purple Heart

📋 copy color: '#5A17AA'

red 90 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #5A17AA

Tints of Purple Heart #5A17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 31.8%
G = 8.13%
B = 60.07%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A17AA (or 0x5A17AA) is known color: Purple Heart. HEX triplet: 5A, 17 and AA. RGB value is (90,23,170). Sum of RGB (Red+Green+Blue) = 90+23+170=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A17AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A17AA is #A5E855. Grayscale: #3B3B3B. Windows color (decimal): -10872918 or 11147098. OLE color: 11147098.

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

Color convert

RGB 90 23 170 -
CMYK 0.47 0.86 0 0.33
HSL 267.35º 0.76% 0.38% -
HSV(B) 267.35º 0.86% 0.67% -
XYZ 11.78 5.69 38.51 -
YUV 59.79 190.2 149.55 -
System Red Green Blue C M Y K H S L
Decimal 90 23 170 0.47 0.86 0 0.33 267.35 0.76 0.38
Hex 5A 17 AA 2F 56 0 21 10B 4C 26
Octal 132 27 252 57 126 0 41 413 114 46
Binary 1011010 10111 10101010 101111 1010110 0 100001 100001011 1001100 100110

Color Harmonies of #5A17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A17AA

Black with #5A17AA

Text Example


Text Example

White with #5A17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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