#53275B

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

Shades of Hot Purple #53275B

Tints of Hot Purple #53275B

Color information

#53275B (or 0x53275B) is unknown color: approx Hot Purple. HEX triplet: 53, 27 and 5B. RGB value is (83,39,91). Sum of RGB (Red+Green+Blue) = 83+39+91=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #53275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53275B is #ACD8A4. Grayscale: #393939. Windows color (decimal): -11327653 or 5973843. OLE color: 5973843.

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

Color convert

RGB833991-
CMYK0.090.5700.64
HSL290.77º40%25.49%-
HSV(B)290.77º57.14%35.69%-
XYZ6.184.0510.35-
YUV58.08146.58145.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=38.97%
G=18.31%
B=42.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8339910.090.5700.64290.774025.49
Hex53275B9390401232819
Octal12347133117101004435031
Binary1010011100111101101110011110010100000010010001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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