Html Css Color HEX #522059 Hot Purple

📋 copy color: '#522059'

red 82 ◦ green 32 ◦ blue 89

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

Shades of Hot Purple #522059

Tints of Hot Purple #522059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 40.39%
G = 15.76%
B = 43.84%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522059 (or 0x522059) is known color: Hot Purple. HEX triplet: 52, 20 and 59. RGB value is (82,32,89). Sum of RGB (Red+Green+Blue) = 82+32+89=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #522059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522059 is #ADDFA6. Grayscale: #353535. Windows color (decimal): -11394983 or 5840978. OLE color: 5840978.

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

Color convert

RGB 82 32 89 -
CMYK 0.08 0.64 0 0.65
HSL 292.63º 0.47% 0.24% -
HSV(B) 292.63º 0.64% 0.35% -
XYZ 5.8 3.55 9.83 -
YUV 53.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 82 32 89 0.08 0.64 0 0.65 292.63 0.47 0.24
Hex 52 20 59 8 40 0 41 125 2F 18
Octal 122 40 131 10 100 0 101 445 57 30
Binary 1010010 100000 1011001 1000 1000000 0 1000001 100100101 101111 11000

Color Harmonies of #522059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522059

Black with #522059

Text Example


Text Example

White with #522059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522059; }

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

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

background-color css

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

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

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

border-color css

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

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

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