Html Css Color HEX #522C59 Hot Purple

📋 copy color: '#522C59'

red 82 ◦ green 44 ◦ blue 89

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

Shades of Hot Purple #522C59

Tints of Hot Purple #522C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.47%

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

R = 38.14%
G = 20.47%
B = 41.4%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#522C59 (or 0x522C59) is known color: Hot Purple. HEX triplet: 52, 2C and 59. RGB value is (82,44,89). Sum of RGB (Red+Green+Blue) = 82+44+89=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #522C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C59 is #ADD3A6. Grayscale: #3C3C3C. Windows color (decimal): -11391911 or 5844050. OLE color: 5844050.

HSL color Cylindrical-coordinate representation of color #522C59: hue angle of 290.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #522C59 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 44 89 -
CMYK 0.08 0.51 0 0.65
HSL 290.67º 0.34% 0.26% -
HSV(B) 290.67º 0.51% 0.35% -
XYZ 6.18 4.32 9.96 -
YUV 60.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 82 44 89 0.08 0.51 0 0.65 290.67 0.34 0.26
Hex 52 2C 59 8 33 0 41 123 22 1A
Octal 122 54 131 10 63 0 101 443 42 32
Binary 1010010 101100 1011001 1000 110011 0 1000001 100100011 100010 11010

Color Harmonies of #522C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C59

Black with #522C59

Text Example


Text Example

White with #522C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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