#523154

Color #523154 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #523154

Tints of Hot Purple #523154

Color information

#523154 (or 0x523154) is unknown color: approx Hot Purple. HEX triplet: 52, 31 and 54. RGB value is (82,49,84). Sum of RGB (Red+Green+Blue) = 82+49+84=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #523154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523154 is #ADCEAB. Grayscale: #3E3E3E. Windows color (decimal): -11390636 or 5517650. OLE color: 5517650.

HSL color Cylindrical-coordinate representation of color #523154: hue angle of 296.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #523154 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB824984-
CMYK0.020.4200.67
HSL296.57º26.32%26.08%-
HSV(B)296.57º41.67%32.94%-
XYZ6.184.638.96-
YUV62.86139.93141.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=38.14%
G=22.79%
B=39.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8249840.020.4200.67296.5726.3226.08
Hex52315422A0431291a1a
Octal1226112425201034513232
Binary1010010110001101010010101010010000111001010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523154; }

 p { color: rgb(82,49,84); }

 H1.HeaderClassName
 {
   color: #523154;
 }
 .AnyTagClassName
 {
   color: #523154;
 }
</style>
background-color css

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

 a { background-color: rgb(82,49,84); }

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

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

 span { border-color: rgb(82,49,84); }

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