#70053d

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

Shades of Tyrian Purple #70053D

Tints of Tyrian Purple #70053D

Color information

#70053D (or 0x70053D) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 3D. RGB value is (112,5,61). Sum of RGB (Red+Green+Blue) = 112+5+61=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70053D is #8FFAC2. Grayscale: #2B2B2B. Windows color (decimal): -9435843 or 3999088. OLE color: 3999088.

HSL color Cylindrical-coordinate representation of color #70053D: hue angle of 328.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70053D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB112561-
CMYK00.960.460.56
HSL328.6º91.45%22.94%-
HSV(B)328.6º95.54%43.92%-
XYZ7.583.894.77-
YUV43.38137.95176.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=62.92%
G=2.81%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11256100.960.460.56328.691.4522.94
Hex7053D0602E381495b17
Octal1605750140567051113327
Binary111000010111110101100000101110111000101001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70053d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70053d; }

 p { color: rgb(112,5,61); }

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

<style>
 a { background-color: #70053d; }

 a { background-color: rgb(112,5,61); }

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

<style>
 span { border-color: #70053d; }

 span { border-color: rgb(112,5,61); }

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