Html Css Color HEX #522FAA Purple Heart

📋 copy color: '#522FAA'

red 82 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #522FAA

Tints of Purple Heart #522FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

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

R = 27.42%
G = 15.72%
B = 56.86%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#522FAA (or 0x522FAA) is known color: Purple Heart. HEX triplet: 52, 2F and AA. RGB value is (82,47,170). Sum of RGB (Red+Green+Blue) = 82+47+170=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #522FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522FAA is #ADD055. Grayscale: #474747. Windows color (decimal): -11391062 or 11153234. OLE color: 11153234.

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

Color convert

RGB 82 47 170 -
CMYK 0.52 0.72 0 0.33
HSL 257.07º 0.57% 0.43% -
HSV(B) 257.07º 0.72% 0.67% -
XYZ 11.75 6.73 38.71 -
YUV 71.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 82 47 170 0.52 0.72 0 0.33 257.07 0.57 0.43
Hex 52 2F AA 34 48 0 21 101 39 2B
Octal 122 57 252 64 110 0 41 401 71 53
Binary 1010010 101111 10101010 110100 1001000 0 100001 100000001 111001 101011

Color Harmonies of #522FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FAA

Black with #522FAA

Text Example


Text Example

White with #522FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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