Html Css Color HEX #5A13AA Purple Heart

📋 copy color: '#5A13AA'

red 90 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #5A13AA

Tints of Purple Heart #5A13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 32.26%
G = 6.81%
B = 60.93%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A13AA (or 0x5A13AA) is known color: Purple Heart. HEX triplet: 5A, 13 and AA. RGB value is (90,19,170). Sum of RGB (Red+Green+Blue) = 90+19+170=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A13AA is #A5EC55. Grayscale: #383838. Windows color (decimal): -10873942 or 11146074. OLE color: 11146074.

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

Color convert

RGB 90 19 170 -
CMYK 0.47 0.89 0 0.33
HSL 268.21º 0.8% 0.37% -
HSV(B) 268.21º 0.89% 0.67% -
XYZ 11.71 5.54 38.48 -
YUV 57.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 90 19 170 0.47 0.89 0 0.33 268.21 0.8 0.37
Hex 5A 13 AA 2F 59 0 21 10C 50 25
Octal 132 23 252 57 131 0 41 414 120 45
Binary 1011010 10011 10101010 101111 1011001 0 100001 100001100 1010000 100101

Color Harmonies of #5A13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A13AA

Black with #5A13AA

Text Example


Text Example

White with #5A13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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