Html Css Color HEX #5A2AAC Purple Heart

📋 copy color: '#5A2AAC'

red 90 ◦ green 42 ◦ blue 172

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

Shades of Purple Heart #5A2AAC

Tints of Purple Heart #5A2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 29.61%
G = 13.82%
B = 56.58%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A2AAC (or 0x5A2AAC) is known color: Purple Heart. HEX triplet: 5A, 2A and AC. RGB value is (90,42,172). Sum of RGB (Red+Green+Blue) = 90+42+172=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A2AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2AAC is #A5D553. Grayscale: #464646. Windows color (decimal): -10868052 or 11283034. OLE color: 11283034.

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

Color convert

RGB 90 42 172 -
CMYK 0.48 0.76 0 0.33
HSL 262.15º 0.61% 0.42% -
HSV(B) 262.15º 0.76% 0.67% -
XYZ 12.49 6.81 39.69 -
YUV 71.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 90 42 172 0.48 0.76 0 0.33 262.15 0.61 0.42
Hex 5A 2A AC 30 4C 0 21 106 3D 2A
Octal 132 52 254 60 114 0 41 406 75 52
Binary 1011010 101010 10101100 110000 1001100 0 100001 100000110 111101 101010

Color Harmonies of #5A2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2AAC

Black with #5A2AAC

Text Example


Text Example

White with #5A2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,42,172); }

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

background-color css

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

 a { background-color: rgb(90,42,172); }

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

border-color css

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

 span { border-color: rgb(90,42,172); }

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