Html Css Color HEX #522659 Hot Purple

📋 copy color: '#522659'

red 82 ◦ green 38 ◦ blue 89

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

Shades of Hot Purple #522659

Tints of Hot Purple #522659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 39.23%
G = 18.18%
B = 42.58%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522659 (or 0x522659) is known color: Hot Purple. HEX triplet: 52, 26 and 59. RGB value is (82,38,89). Sum of RGB (Red+Green+Blue) = 82+38+89=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #522659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522659 is #ADD9A6. Grayscale: #383838. Windows color (decimal): -11393447 or 5842514. OLE color: 5842514.

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

Color convert

RGB 82 38 89 -
CMYK 0.08 0.57 0 0.65
HSL 291.76º 0.4% 0.25% -
HSV(B) 291.76º 0.57% 0.35% -
XYZ 5.98 3.9 9.89 -
YUV 56.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 82 38 89 0.08 0.57 0 0.65 291.76 0.4 0.25
Hex 52 26 59 8 39 0 41 124 28 19
Octal 122 46 131 10 71 0 101 444 50 31
Binary 1010010 100110 1011001 1000 111001 0 1000001 100100100 101000 11001

Color Harmonies of #522659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522659

Black with #522659

Text Example


Text Example

White with #522659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522659; }

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

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

background-color css

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

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

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

border-color css

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

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

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