Html Css Color HEX #522CAA Purple Heart

📋 copy color: '#522CAA'

red 82 ◦ green 44 ◦ blue 170

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

Shades of Purple Heart #522CAA

Tints of Purple Heart #522CAA

RGB

 RED value IS 82 (32.42% from 255) = 27.7%

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 27.7%
G = 14.86%
B = 57.43%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#522CAA (or 0x522CAA) is known color: Purple Heart. HEX triplet: 52, 2C and AA. RGB value is (82,44,170). Sum of RGB (Red+Green+Blue) = 82+44+170=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #522CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CAA is #ADD355. Grayscale: #454545. Windows color (decimal): -11391830 or 11152466. OLE color: 11152466.

HSL color Cylindrical-coordinate representation of color #522CAA: hue angle of 258.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522CAA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 44 170 -
CMYK 0.52 0.74 0 0.33
HSL 258.1º 0.59% 0.42% -
HSV(B) 258.1º 0.74% 0.67% -
XYZ 11.64 6.5 38.67 -
YUV 69.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 82 44 170 0.52 0.74 0 0.33 258.1 0.59 0.42
Hex 52 2C AA 34 4A 0 21 102 3B 2A
Octal 122 54 252 64 112 0 41 402 73 52
Binary 1010010 101100 10101010 110100 1001010 0 100001 100000010 111011 101010

Color Harmonies of #522CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CAA

Black with #522CAA

Text Example


Text Example

White with #522CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522CAA; }

 p { color: rgb(82,44,170); }

 H1.HeaderClassName
 {
   color: #522CAA;
 }
 .AnyTagClassName
 {
   color: #522CAA;
 }
</style>

background-color css

<style>
 a { background-color: #522CAA; }

 a { background-color: rgb(82,44,170); }

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

border-color css

<style>
 span { border-color: #522CAA; }

 span { border-color: rgb(82,44,170); }

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