Html Css Color HEX #522EAC Purple Heart

📋 copy color: '#522EAC'

red 82 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #522EAC

Tints of Purple Heart #522EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.33%

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

R = 27.33%
G = 15.33%
B = 57.33%

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

#522EAC (or 0x522EAC) is known color: Purple Heart. HEX triplet: 52, 2E and AC. RGB value is (82,46,172). Sum of RGB (Red+Green+Blue) = 82+46+172=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #522EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522EAC is #ADD153. Grayscale: #464646. Windows color (decimal): -11391316 or 11284050. OLE color: 11284050.

HSL color Cylindrical-coordinate representation of color #522EAC: hue angle of 257.14º degrees, saturation: 0.58, 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 #522EAC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 46 172 -
CMYK 0.52 0.73 0 0.33
HSL 257.14º 0.58% 0.43% -
HSV(B) 257.14º 0.73% 0.67% -
XYZ 11.9 6.73 39.7 -
YUV 71.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 82 46 172 0.52 0.73 0 0.33 257.14 0.58 0.43
Hex 52 2E AC 34 49 0 21 101 3A 2B
Octal 122 56 254 64 111 0 41 401 72 53
Binary 1010010 101110 10101100 110100 1001001 0 100001 100000001 111010 101011

Color Harmonies of #522EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522EAC

Black with #522EAC

Text Example


Text Example

White with #522EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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