Html Css Color HEX #522CAE Purple Heart

📋 copy color: '#522CAE'

red 82 ◦ green 44 ◦ blue 174

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

Shades of Purple Heart #522CAE

Tints of Purple Heart #522CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

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

R = 27.33%
G = 14.67%
B = 58%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#522CAE (or 0x522CAE) is known color: Purple Heart. HEX triplet: 52, 2C and AE. RGB value is (82,44,174). Sum of RGB (Red+Green+Blue) = 82+44+174=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #522CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CAE is #ADD351. Grayscale: #454545. Windows color (decimal): -11391826 or 11414610. OLE color: 11414610.

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

Color convert

RGB 82 44 174 -
CMYK 0.53 0.75 0 0.32
HSL 257.54º 0.6% 0.43% -
HSV(B) 257.54º 0.75% 0.68% -
XYZ 12.02 6.65 40.69 -
YUV 70.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 82 44 174 0.53 0.75 0 0.32 257.54 0.6 0.43
Hex 52 2C AE 35 4B 0 20 102 3C 2B
Octal 122 54 256 65 113 0 40 402 74 53
Binary 1010010 101100 10101110 110101 1001011 0 100000 100000010 111100 101011

Color Harmonies of #522CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CAE

Black with #522CAE

Text Example


Text Example

White with #522CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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