Html Css Color HEX #522859 Hot Purple

📋 copy color: '#522859'

red 82 ◦ green 40 ◦ blue 89

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

Shades of Hot Purple #522859

Tints of Hot Purple #522859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

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

R = 38.86%
G = 18.96%
B = 42.18%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522859 (or 0x522859) is known color: Hot Purple. HEX triplet: 52, 28 and 59. RGB value is (82,40,89). Sum of RGB (Red+Green+Blue) = 82+40+89=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #522859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522859 is #ADD7A6. Grayscale: #393939. Windows color (decimal): -11392935 or 5843026. OLE color: 5843026.

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

Color convert

RGB 82 40 89 -
CMYK 0.08 0.55 0 0.65
HSL 291.43º 0.38% 0.25% -
HSV(B) 291.43º 0.55% 0.35% -
XYZ 6.04 4.03 9.91 -
YUV 58.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 82 40 89 0.08 0.55 0 0.65 291.43 0.38 0.25
Hex 52 28 59 8 37 0 41 123 26 19
Octal 122 50 131 10 67 0 101 443 46 31
Binary 1010010 101000 1011001 1000 110111 0 1000001 100100011 100110 11001

Color Harmonies of #522859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522859

Black with #522859

Text Example


Text Example

White with #522859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522859; }

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

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

background-color css

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

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

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

border-color css

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

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

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