Html Css Color HEX #522BAA Purple Heart

📋 copy color: '#522BAA'

red 82 ◦ green 43 ◦ blue 170

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

Shades of Purple Heart #522BAA

Tints of Purple Heart #522BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 27.8%
G = 14.58%
B = 57.63%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#522BAA (or 0x522BAA) is known color: Purple Heart. HEX triplet: 52, 2B and AA. RGB value is (82,43,170). Sum of RGB (Red+Green+Blue) = 82+43+170=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #522BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522BAA is #ADD455. Grayscale: #444444. Windows color (decimal): -11392086 or 11152210. OLE color: 11152210.

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

Color convert

RGB 82 43 170 -
CMYK 0.52 0.75 0 0.33
HSL 258.43º 0.6% 0.42% -
HSV(B) 258.43º 0.75% 0.67% -
XYZ 11.6 6.42 38.66 -
YUV 69.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 82 43 170 0.52 0.75 0 0.33 258.43 0.6 0.42
Hex 52 2B AA 34 4B 0 21 102 3C 2A
Octal 122 53 252 64 113 0 41 402 74 52
Binary 1010010 101011 10101010 110100 1001011 0 100001 100000010 111100 101010

Color Harmonies of #522BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BAA

Black with #522BAA

Text Example


Text Example

White with #522BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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