Html Css Color HEX #522959 Hot Purple

📋 copy color: '#522959'

red 82 ◦ green 41 ◦ blue 89

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

Shades of Hot Purple #522959

Tints of Hot Purple #522959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 38.68%
G = 19.34%
B = 41.98%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522959 (or 0x522959) is known color: Hot Purple. HEX triplet: 52, 29 and 59. RGB value is (82,41,89). Sum of RGB (Red+Green+Blue) = 82+41+89=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #522959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522959 is #ADD6A6. Grayscale: #3A3A3A. Windows color (decimal): -11392679 or 5843282. OLE color: 5843282.

HSL color Cylindrical-coordinate representation of color #522959: hue angle of 291.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522959 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 41 89 -
CMYK 0.08 0.54 0 0.65
HSL 291.25º 0.37% 0.25% -
HSV(B) 291.25º 0.54% 0.35% -
XYZ 6.08 4.1 9.92 -
YUV 58.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 82 41 89 0.08 0.54 0 0.65 291.25 0.37 0.25
Hex 52 29 59 8 36 0 41 123 25 19
Octal 122 51 131 10 66 0 101 443 45 31
Binary 1010010 101001 1011001 1000 110110 0 1000001 100100011 100101 11001

Color Harmonies of #522959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522959

Black with #522959

Text Example


Text Example

White with #522959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522959; }

 p { color: rgb(82,41,89); }

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

background-color css

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

 a { background-color: rgb(82,41,89); }

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

border-color css

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

 span { border-color: rgb(82,41,89); }

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