Html Css Color HEX #522BAC Purple Heart

📋 copy color: '#522BAC'

red 82 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #522BAC

Tints of Purple Heart #522BAC

RGB

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

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

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

R = 27.61%
G = 14.48%
B = 57.91%

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

#522BAC (or 0x522BAC) is known color: Purple Heart. HEX triplet: 52, 2B and AC. RGB value is (82,43,172). Sum of RGB (Red+Green+Blue) = 82+43+172=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #522BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522BAC is #ADD453. Grayscale: #444444. Windows color (decimal): -11392084 or 11283282. OLE color: 11283282.

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

Color convert

RGB 82 43 172 -
CMYK 0.52 0.75 0 0.33
HSL 258.14º 0.6% 0.42% -
HSV(B) 258.14º 0.75% 0.67% -
XYZ 11.79 6.5 39.66 -
YUV 69.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 82 43 172 0.52 0.75 0 0.33 258.14 0.6 0.42
Hex 52 2B AC 34 4B 0 21 102 3C 2A
Octal 122 53 254 64 113 0 41 402 74 52
Binary 1010010 101011 10101100 110100 1001011 0 100001 100000010 111100 101010

Color Harmonies of #522BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BAC

Black with #522BAC

Text Example


Text Example

White with #522BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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