#53275D

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

Shades of Hot Purple #53275D

Tints of Hot Purple #53275D

Color information

#53275D (or 0x53275D) is unknown color: approx Hot Purple. HEX triplet: 53, 27 and 5D. RGB value is (83,39,93). Sum of RGB (Red+Green+Blue) = 83+39+93=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #53275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53275D is #ACD8A2. Grayscale: #3A3A3A. Windows color (decimal): -11327651 or 6104915. OLE color: 6104915.

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

Color convert

RGB833993-
CMYK0.110.5800.64
HSL288.89º40.91%25.88%-
HSV(B)288.89º58.06%36.47%-
XYZ6.274.0810.81-
YUV58.31147.58145.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=38.60%
G=18.14%
B=43.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8339930.110.5800.64288.8940.9125.88
Hex53275DB3A040121291a
Octal12347135137201004415132
Binary1010011100111101110110111110100100000010010000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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