Html Css Color HEX #523259 Hot Purple

📋 copy color: '#523259'

red 82 ◦ green 50 ◦ blue 89

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

Shades of Hot Purple #523259

Tints of Hot Purple #523259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

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

R = 37.1%
G = 22.62%
B = 40.27%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523259 (or 0x523259) is known color: Hot Purple. HEX triplet: 52, 32 and 59. RGB value is (82,50,89). Sum of RGB (Red+Green+Blue) = 82+50+89=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #523259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523259 is #ADCDA6. Grayscale: #3F3F3F. Windows color (decimal): -11390375 or 5845586. OLE color: 5845586.

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

Color convert

RGB 82 50 89 -
CMYK 0.08 0.44 0 0.65
HSL 289.23º 0.28% 0.27% -
HSV(B) 289.23º 0.44% 0.35% -
XYZ 6.42 4.8 10.04 -
YUV 64.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 82 50 89 0.08 0.44 0 0.65 289.23 0.28 0.27
Hex 52 32 59 8 2C 0 41 121 1C 1B
Octal 122 62 131 10 54 0 101 441 34 33
Binary 1010010 110010 1011001 1000 101100 0 1000001 100100001 11100 11011

Color Harmonies of #523259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523259

Black with #523259

Text Example


Text Example

White with #523259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523259; }

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

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

background-color css

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

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

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

border-color css

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

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

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