Html Css Color HEX #5A22AC Purple Heart

📋 copy color: '#5A22AC'

red 90 ◦ green 34 ◦ blue 172

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

Shades of Purple Heart #5A22AC

Tints of Purple Heart #5A22AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 30.41%
G = 11.49%
B = 58.11%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A22AC (or 0x5A22AC) is known color: Purple Heart. HEX triplet: 5A, 22 and AC. RGB value is (90,34,172). Sum of RGB (Red+Green+Blue) = 90+34+172=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A22AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A22AC is #A5DD53. Grayscale: #414141. Windows color (decimal): -10870100 or 11280986. OLE color: 11280986.

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

Color convert

RGB 90 34 172 -
CMYK 0.48 0.80 0 0.33
HSL 264.35º 0.67% 0.4% -
HSV(B) 264.35º 0.8% 0.67% -
XYZ 12.23 6.3 39.6 -
YUV 66.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 90 34 172 0.48 0.80 0 0.33 264.35 0.67 0.4
Hex 5A 22 AC 30 50 0 21 108 43 28
Octal 132 42 254 60 120 0 41 410 103 50
Binary 1011010 100010 10101100 110000 1010000 0 100001 100001000 1000011 101000

Color Harmonies of #5A22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A22AC

Black with #5A22AC

Text Example


Text Example

White with #5A22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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