#53285D

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

Shades of Hot Purple #53285D

Tints of Hot Purple #53285D

Color information

#53285D (or 0x53285D) is unknown color: approx Hot Purple. HEX triplet: 53, 28 and 5D. RGB value is (83,40,93). Sum of RGB (Red+Green+Blue) = 83+40+93=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #53285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53285D is #ACD7A2. Grayscale: #3A3A3A. Windows color (decimal): -11327395 or 6105171. OLE color: 6105171.

HSL color Cylindrical-coordinate representation of color #53285D: hue angle of 288.68º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53285D is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB834093-
CMYK0.110.5700.64
HSL288.68º39.85%26.08%-
HSV(B)288.68º56.99%36.47%-
XYZ6.34.1510.82-
YUV58.9147.25145.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=38.43%
G=18.52%
B=43.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8340930.110.5700.64288.6839.8526.08
Hex53285DB39040121281a
Octal12350135137101004415032
Binary1010011101000101110110111110010100000010010000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53285D; }

 p { color: rgb(83,40,93); }

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

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

 a { background-color: rgb(83,40,93); }

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

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

 span { border-color: rgb(83,40,93); }

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