#523351

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

Shades of Hot Purple #523351

Tints of Hot Purple #523351

Color information

#523351 (or 0x523351) is unknown color: approx Hot Purple. HEX triplet: 52, 33 and 51. RGB value is (82,51,81). Sum of RGB (Red+Green+Blue) = 82+51+81=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #523351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523351 is #ADCCAE. Grayscale: #3F3F3F. Windows color (decimal): -11390127 or 5321554. OLE color: 5321554.

HSL color Cylindrical-coordinate representation of color #523351: hue angle of 301.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523351 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB825181-
CMYK00.380.010.68
HSL301.94º23.31%26.08%-
HSV(B)301.94º37.8%32.16%-
XYZ6.154.768.38-
YUV63.69137.77141.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=38.32%
G=23.83%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82518100.380.010.68301.9423.3126.08
Hex52335102614412e171a
Octal1226312104611044562732
Binary101001011001110100010100110110001001001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523351; }

 p { color: rgb(82,51,81); }

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

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

 a { background-color: rgb(82,51,81); }

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

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

 span { border-color: rgb(82,51,81); }

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