Html Css Color HEX #522853 Hot Purple

📋 copy color: '#522853'

red 82 ◦ green 40 ◦ blue 83

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

Shades of Hot Purple #522853

Tints of Hot Purple #522853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 40%
G = 19.51%
B = 40.49%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#522853 (or 0x522853) is known color: Hot Purple. HEX triplet: 52, 28 and 53. RGB value is (82,40,83). Sum of RGB (Red+Green+Blue) = 82+40+83=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #522853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522853 is #ADD7AC. Grayscale: #393939. Windows color (decimal): -11392941 or 5449810. OLE color: 5449810.

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

Color convert

RGB 82 40 83 -
CMYK 0.01 0.52 0 0.67
HSL 298.6º 0.35% 0.24% -
HSV(B) 298.6º 0.52% 0.33% -
XYZ 5.8 3.94 8.64 -
YUV 57.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 82 40 83 0.01 0.52 0 0.67 298.6 0.35 0.24
Hex 52 28 53 1 34 0 43 12B 23 18
Octal 122 50 123 1 64 0 103 453 43 30
Binary 1010010 101000 1010011 1 110100 0 1000011 100101011 100011 11000

Color Harmonies of #522853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522853

Black with #522853

Text Example


Text Example

White with #522853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522853; }

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

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

background-color css

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

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

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

border-color css

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

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

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