Html Css Color HEX #522FAE Purple Heart

📋 copy color: '#522FAE'

red 82 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #522FAE

Tints of Purple Heart #522FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 27.06%
G = 15.51%
B = 57.43%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#522FAE (or 0x522FAE) is known color: Purple Heart. HEX triplet: 52, 2F and AE. RGB value is (82,47,174). Sum of RGB (Red+Green+Blue) = 82+47+174=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #522FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522FAE is #ADD051. Grayscale: #474747. Windows color (decimal): -11391058 or 11415378. OLE color: 11415378.

HSL color Cylindrical-coordinate representation of color #522FAE: hue angle of 256.54º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522FAE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 47 174 -
CMYK 0.53 0.73 0 0.32
HSL 256.54º 0.57% 0.43% -
HSV(B) 256.54º 0.73% 0.68% -
XYZ 12.14 6.88 40.73 -
YUV 71.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 82 47 174 0.53 0.73 0 0.32 256.54 0.57 0.43
Hex 52 2F AE 35 49 0 20 101 39 2B
Octal 122 57 256 65 111 0 40 401 71 53
Binary 1010010 101111 10101110 110101 1001001 0 100000 100000001 111001 101011

Color Harmonies of #522FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FAE

Black with #522FAE

Text Example


Text Example

White with #522FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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