Html Css Color HEX #522D55 Hot Purple

📋 copy color: '#522D55'

red 82 ◦ green 45 ◦ blue 85

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

Shades of Hot Purple #522D55

Tints of Hot Purple #522D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 38.68%
G = 21.23%
B = 40.09%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#522D55 (or 0x522D55) is known color: Hot Purple. HEX triplet: 52, 2D and 55. RGB value is (82,45,85). Sum of RGB (Red+Green+Blue) = 82+45+85=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #522D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D55 is #ADD2AA. Grayscale: #3C3C3C. Windows color (decimal): -11391659 or 5582162. OLE color: 5582162.

HSL color Cylindrical-coordinate representation of color #522D55: hue angle of 295.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #522D55 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 45 85 -
CMYK 0.04 0.47 0 0.67
HSL 295.5º 0.31% 0.25% -
HSV(B) 295.5º 0.47% 0.33% -
XYZ 6.06 4.33 9.11 -
YUV 60.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 82 45 85 0.04 0.47 0 0.67 295.5 0.31 0.25
Hex 52 2D 55 4 2F 0 43 128 1F 19
Octal 122 55 125 4 57 0 103 450 37 31
Binary 1010010 101101 1010101 100 101111 0 1000011 100101000 11111 11001

Color Harmonies of #522D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522D55

Black with #522D55

Text Example


Text Example

White with #522D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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