#523653

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

Shades of Hot Purple #523653

Tints of Hot Purple #523653

Color information

#523653 (or 0x523653) is unknown color: approx Hot Purple. HEX triplet: 52, 36 and 53. RGB value is (82,54,83). Sum of RGB (Red+Green+Blue) = 82+54+83=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #523653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523653 is #ADC9AC. Grayscale: #414141. Windows color (decimal): -11389357 or 5453394. OLE color: 5453394.

HSL color Cylindrical-coordinate representation of color #523653: hue angle of 297.93º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523653 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB825483-
CMYK0.010.3500.67
HSL297.93º21.17%26.86%-
HSV(B)297.93º34.94%32.55%-
XYZ6.365.068.82-
YUV65.68137.78139.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=37.44%
G=24.66%
B=37.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8254830.010.3500.67297.9321.1726.86
Hex52365312304312a151b
Octal1226612314301034522533
Binary101001011011010100111100011010000111001010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523653; }

 p { color: rgb(82,54,83); }

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

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

 a { background-color: rgb(82,54,83); }

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

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

 span { border-color: rgb(82,54,83); }

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