Html Css Color HEX #522EAA Purple Heart

📋 copy color: '#522EAA'

red 82 ◦ green 46 ◦ blue 170

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

Shades of Purple Heart #522EAA

Tints of Purple Heart #522EAA

RGB

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

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

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

R = 27.52%
G = 15.44%
B = 57.05%

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

#522EAA (or 0x522EAA) is known color: Purple Heart. HEX triplet: 52, 2E and AA. RGB value is (82,46,170). Sum of RGB (Red+Green+Blue) = 82+46+170=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #522EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522EAA is #ADD155. Grayscale: #464646. Windows color (decimal): -11391318 or 11152978. OLE color: 11152978.

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

Color convert

RGB 82 46 170 -
CMYK 0.52 0.73 0 0.33
HSL 257.42º 0.57% 0.42% -
HSV(B) 257.42º 0.73% 0.67% -
XYZ 11.71 6.65 38.7 -
YUV 70.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 82 46 170 0.52 0.73 0 0.33 257.42 0.57 0.42
Hex 52 2E AA 34 49 0 21 101 39 2A
Octal 122 56 252 64 111 0 41 401 71 52
Binary 1010010 101110 10101010 110100 1001001 0 100001 100000001 111001 101010

Color Harmonies of #522EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522EAA

Black with #522EAA

Text Example


Text Example

White with #522EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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