Html Css Color HEX #522753 Hot Purple

📋 copy color: '#522753'

red 82 ◦ green 39 ◦ blue 83

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

Shades of Hot Purple #522753

Tints of Hot Purple #522753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.12%

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

R = 40.2%
G = 19.12%
B = 40.69%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#522753 (or 0x522753) is known color: Hot Purple. HEX triplet: 52, 27 and 53. RGB value is (82,39,83). Sum of RGB (Red+Green+Blue) = 82+39+83=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #522753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522753 is #ADD8AC. Grayscale: #383838. Windows color (decimal): -11393197 or 5449554. OLE color: 5449554.

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

Color convert

RGB 82 39 83 -
CMYK 0.01 0.53 0 0.67
HSL 298.64º 0.36% 0.24% -
HSV(B) 298.64º 0.53% 0.33% -
XYZ 5.77 3.87 8.63 -
YUV 56.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 82 39 83 0.01 0.53 0 0.67 298.64 0.36 0.24
Hex 52 27 53 1 35 0 43 12B 24 18
Octal 122 47 123 1 65 0 103 453 44 30
Binary 1010010 100111 1010011 1 110101 0 1000011 100101011 100100 11000

Color Harmonies of #522753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522753

Black with #522753

Text Example


Text Example

White with #522753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522753; }

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

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

background-color css

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

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

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

border-color css

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

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

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