Html Css Color HEX #523159 Hot Purple

📋 copy color: '#523159'

red 82 ◦ green 49 ◦ blue 89

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

Shades of Hot Purple #523159

Tints of Hot Purple #523159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

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

R = 37.27%
G = 22.27%
B = 40.45%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523159 (or 0x523159) is known color: Hot Purple. HEX triplet: 52, 31 and 59. RGB value is (82,49,89). Sum of RGB (Red+Green+Blue) = 82+49+89=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #523159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523159 is #ADCEA6. Grayscale: #3F3F3F. Windows color (decimal): -11390631 or 5845330. OLE color: 5845330.

HSL color Cylindrical-coordinate representation of color #523159: hue angle of 289.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #523159 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 49 89 -
CMYK 0.08 0.45 0 0.65
HSL 289.5º 0.29% 0.27% -
HSV(B) 289.5º 0.45% 0.35% -
XYZ 6.38 4.71 10.02 -
YUV 63.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 82 49 89 0.08 0.45 0 0.65 289.5 0.29 0.27
Hex 52 31 59 8 2D 0 41 122 1D 1B
Octal 122 61 131 10 55 0 101 442 35 33
Binary 1010010 110001 1011001 1000 101101 0 1000001 100100010 11101 11011

Color Harmonies of #523159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523159

Black with #523159

Text Example


Text Example

White with #523159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523159; }

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

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

background-color css

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

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

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

border-color css

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

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

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