Html Css Color HEX #522D59 Hot Purple

📋 copy color: '#522D59'

red 82 ◦ green 45 ◦ blue 89

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

Shades of Hot Purple #522D59

Tints of Hot Purple #522D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.83%

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

R = 37.96%
G = 20.83%
B = 41.2%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522D59 (or 0x522D59) is known color: Hot Purple. HEX triplet: 52, 2D and 59. RGB value is (82,45,89). Sum of RGB (Red+Green+Blue) = 82+45+89=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #522D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D59 is #ADD2A6. Grayscale: #3C3C3C. Windows color (decimal): -11391655 or 5844306. OLE color: 5844306.

HSL color Cylindrical-coordinate representation of color #522D59: hue angle of 290.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522D59 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 45 89 -
CMYK 0.08 0.49 0 0.65
HSL 290.45º 0.33% 0.26% -
HSV(B) 290.45º 0.49% 0.35% -
XYZ 6.22 4.39 9.97 -
YUV 61.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 82 45 89 0.08 0.49 0 0.65 290.45 0.33 0.26
Hex 52 2D 59 8 31 0 41 122 21 1A
Octal 122 55 131 10 61 0 101 442 41 32
Binary 1010010 101101 1011001 1000 110001 0 1000001 100100010 100001 11010

Color Harmonies of #522D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522D59

Black with #522D59

Text Example


Text Example

White with #522D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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