#53012B

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

Shades of Tyrian Purple #53012B

Tints of Tyrian Purple #53012B

Color information

#53012B (or 0x53012B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 2B. RGB value is (83,1,43). Sum of RGB (Red+Green+Blue) = 83+1+43=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53012B is #ACFED4. Grayscale: #1E1E1E. Windows color (decimal): -11337429 or 2818387. OLE color: 2818387.

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

Color convert

RGB83143-
CMYK00.990.480.67
HSL329.27º97.62%16.47%-
HSV(B)329.27º98.8%32.55%-
XYZ4.012.042.47-
YUV30.31135.17165.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=65.35%
G=0.79%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314300.990.480.67329.2797.6216.47
Hex5312B06330431496210
Octal12315301436010351114220
Binary10100111101011011000111100001000011101001001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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