#53013E

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

Shades of Tyrian Purple #53013E

Tints of Tyrian Purple #53013E

Color information

#53013E (or 0x53013E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 3E. RGB value is (83,1,62). Sum of RGB (Red+Green+Blue) = 83+1+62=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53013E is #ACFEC1. Grayscale: #202020. Windows color (decimal): -11337410 or 4063571. OLE color: 4063571.

HSL color Cylindrical-coordinate representation of color #53013E: hue angle of 315.37º 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 #53013E is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB83162-
CMYK00.990.250.67
HSL315.37º97.62%16.47%-
HSV(B)315.37º98.8%32.55%-
XYZ4.452.214.75-
YUV32.47144.67164.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=56.85%
G=0.68%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316200.990.250.67315.3797.6216.47
Hex5313E063194313b6210
Octal12317601433110347314220
Binary1010011111111001100011110011000011100111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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