#53013F

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

Shades of Tyrian Purple #53013F

Tints of Tyrian Purple #53013F

Color information

#53013F (or 0x53013F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 3F. RGB value is (83,1,63). Sum of RGB (Red+Green+Blue) = 83+1+63=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53013F is #ACFEC0. Grayscale: #202020. Windows color (decimal): -11337409 or 4129107. OLE color: 4129107.

HSL color Cylindrical-coordinate representation of color #53013F: hue angle of 314.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53013F is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB83163-
CMYK00.990.240.67
HSL314.63º97.62%16.47%-
HSV(B)314.63º98.8%32.55%-
XYZ4.482.224.9-
YUV32.59145.17163.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 63 (25% from 255) = 42.86%
R=56.46%
G=0.68%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316300.990.240.67314.6397.6216.47
Hex5313F063184313b6210
Octal12317701433010347314220
Binary1010011111111101100011110001000011100111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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