#53113F

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

Shades of Tyrian Purple #53113F

Tints of Tyrian Purple #53113F

Color information

#53113F (or 0x53113F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 11 and 3F. RGB value is (83,17,63). Sum of RGB (Red+Green+Blue) = 83+17+63=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113F is #ACEEC0. Grayscale: #292929. Windows color (decimal): -11333313 or 4133203. OLE color: 4133203.

HSL color Cylindrical-coordinate representation of color #53113F: hue angle of 318.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53113F is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB831763-
CMYK00.800.240.67
HSL318.18º66%19.61%-
HSV(B)318.18º79.52%32.55%-
XYZ4.662.64.96-
YUV41.98139.87157.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 63 (25% from 255) = 38.65%
R=50.92%
G=10.43%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83176300.800.240.67318.186619.61
Hex53113F050184313e4214
Octal123217701203010347610224
Binary10100111000111111101010000110001000011100111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53113F; }

 p { color: rgb(83,17,63); }

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

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

 a { background-color: rgb(83,17,63); }

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

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

 span { border-color: rgb(83,17,63); }

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