Html Css Color HEX #522E59 Hot Purple

📋 copy color: '#522E59'

red 82 ◦ green 46 ◦ blue 89

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

Shades of Hot Purple #522E59

Tints of Hot Purple #522E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

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

R = 37.79%
G = 21.2%
B = 41.01%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522E59 (or 0x522E59) is known color: Hot Purple. HEX triplet: 52, 2E and 59. RGB value is (82,46,89). Sum of RGB (Red+Green+Blue) = 82+46+89=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #522E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E59 is #ADD1A6. Grayscale: #3D3D3D. Windows color (decimal): -11391399 or 5844562. OLE color: 5844562.

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

Color convert

RGB 82 46 89 -
CMYK 0.08 0.48 0 0.65
HSL 290.23º 0.32% 0.26% -
HSV(B) 290.23º 0.48% 0.35% -
XYZ 6.26 4.47 9.98 -
YUV 61.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 82 46 89 0.08 0.48 0 0.65 290.23 0.32 0.26
Hex 52 2E 59 8 30 0 41 122 20 1A
Octal 122 56 131 10 60 0 101 442 40 32
Binary 1010010 101110 1011001 1000 110000 0 1000001 100100010 100000 11010

Color Harmonies of #522E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E59

Black with #522E59

Text Example


Text Example

White with #522E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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