#53012C

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

Shades of Tyrian Purple #53012C

Tints of Tyrian Purple #53012C

Color information

#53012C (or 0x53012C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 2C. RGB value is (83,1,44). Sum of RGB (Red+Green+Blue) = 83+1+44=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53012C is #ACFED3. Grayscale: #1E1E1E. Windows color (decimal): -11337428 or 2883923. OLE color: 2883923.

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

Color convert

RGB83144-
CMYK00.990.470.67
HSL328.54º97.62%16.47%-
HSV(B)328.54º98.8%32.55%-
XYZ4.032.042.56-
YUV30.42135.67165.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=64.84%
G=0.78%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314400.990.470.67328.5497.6216.47
Hex5312C0632F431496210
Octal12315401435710351114220
Binary10100111101100011000111011111000011101001001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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