Html Css Color HEX #522FAC Purple Heart

📋 copy color: '#522FAC'

red 82 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #522FAC

Tints of Purple Heart #522FAC

RGB

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

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

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

R = 27.24%
G = 15.61%
B = 57.14%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#522FAC (or 0x522FAC) is known color: Purple Heart. HEX triplet: 52, 2F and AC. RGB value is (82,47,172). Sum of RGB (Red+Green+Blue) = 82+47+172=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #522FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522FAC is #ADD053. Grayscale: #474747. Windows color (decimal): -11391060 or 11284306. OLE color: 11284306.

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

Color convert

RGB 82 47 172 -
CMYK 0.52 0.73 0 0.33
HSL 256.8º 0.57% 0.43% -
HSV(B) 256.8º 0.73% 0.67% -
XYZ 11.94 6.81 39.71 -
YUV 71.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 82 47 172 0.52 0.73 0 0.33 256.8 0.57 0.43
Hex 52 2F AC 34 49 0 21 101 39 2B
Octal 122 57 254 64 111 0 41 401 71 53
Binary 1010010 101111 10101100 110100 1001001 0 100001 100000001 111001 101011

Color Harmonies of #522FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FAC

Black with #522FAC

Text Example


Text Example

White with #522FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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