Html Css Color HEX #523059 Hot Purple

📋 copy color: '#523059'

red 82 ◦ green 48 ◦ blue 89

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

Shades of Hot Purple #523059

Tints of Hot Purple #523059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

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

R = 37.44%
G = 21.92%
B = 40.64%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#523059 (or 0x523059) is known color: Hot Purple. HEX triplet: 52, 30 and 59. RGB value is (82,48,89). Sum of RGB (Red+Green+Blue) = 82+48+89=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #523059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523059 is #ADCFA6. Grayscale: #3E3E3E. Windows color (decimal): -11390887 or 5845074. OLE color: 5845074.

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

Color convert

RGB 82 48 89 -
CMYK 0.08 0.46 0 0.65
HSL 289.76º 0.3% 0.27% -
HSV(B) 289.76º 0.46% 0.35% -
XYZ 6.34 4.63 10.01 -
YUV 62.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 82 48 89 0.08 0.46 0 0.65 289.76 0.3 0.27
Hex 52 30 59 8 2E 0 41 122 1E 1B
Octal 122 60 131 10 56 0 101 442 36 33
Binary 1010010 110000 1011001 1000 101110 0 1000001 100100010 11110 11011

Color Harmonies of #523059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523059

Black with #523059

Text Example


Text Example

White with #523059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523059; }

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

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

background-color css

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

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

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

border-color css

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

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

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