Html Css Color HEX #522953 Hot Purple

📋 copy color: '#522953'

red 82 ◦ green 41 ◦ blue 83

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

Shades of Hot Purple #522953

Tints of Hot Purple #522953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 39.81%
G = 19.9%
B = 40.29%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#522953 (or 0x522953) is known color: Hot Purple. HEX triplet: 52, 29 and 53. RGB value is (82,41,83). Sum of RGB (Red+Green+Blue) = 82+41+83=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #522953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522953 is #ADD6AC. Grayscale: #393939. Windows color (decimal): -11392685 or 5450066. OLE color: 5450066.

HSL color Cylindrical-coordinate representation of color #522953: hue angle of 298.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522953 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 41 83 -
CMYK 0.01 0.51 0 0.67
HSL 298.57º 0.34% 0.24% -
HSV(B) 298.57º 0.51% 0.33% -
XYZ 5.83 4 8.65 -
YUV 58.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 82 41 83 0.01 0.51 0 0.67 298.57 0.34 0.24
Hex 52 29 53 1 33 0 43 12B 22 18
Octal 122 51 123 1 63 0 103 453 42 30
Binary 1010010 101001 1010011 1 110011 0 1000011 100101011 100010 11000

Color Harmonies of #522953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522953

Black with #522953

Text Example


Text Example

White with #522953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522953; }

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

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

background-color css

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

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

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

border-color css

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

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

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