#53315B

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

Shades of Hot Purple #53315B

Tints of Hot Purple #53315B

Color information

#53315B (or 0x53315B) is unknown color: approx Hot Purple. HEX triplet: 53, 31 and 5B. RGB value is (83,49,91). Sum of RGB (Red+Green+Blue) = 83+49+91=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #53315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315B is #ACCEA4. Grayscale: #3F3F3F. Windows color (decimal): -11325093 or 5976403. OLE color: 5976403.

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

Color convert

RGB834991-
CMYK0.090.4600.64
HSL288.57º30%27.45%-
HSV(B)288.57º46.15%35.69%-
XYZ6.554.7910.48-
YUV63.95143.26141.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=37.22%
G=21.97%
B=40.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8349910.090.4600.64288.573027.45
Hex53315B92E0401211e1b
Octal12361133115601004413633
Binary101001111000110110111001101110010000001001000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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