#70053C

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

Shades of Tyrian Purple #70053C

Tints of Tyrian Purple #70053C

Color information

#70053C (or 0x70053C) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 3C. RGB value is (112,5,60). Sum of RGB (Red+Green+Blue) = 112+5+60=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70053C is #8FFAC3. Grayscale: #2B2B2B. Windows color (decimal): -9435844 or 3933552. OLE color: 3933552.

HSL color Cylindrical-coordinate representation of color #70053C: hue angle of 329.16º 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 #70053C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB112560-
CMYK00.960.460.56
HSL329.16º91.45%22.94%-
HSV(B)329.16º95.54%43.92%-
XYZ7.553.884.63-
YUV43.26137.45177.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=63.28%
G=2.82%
B=33.90%

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
Decimal11256000.960.460.56329.1691.4522.94
Hex7053C0602E381495b17
Octal1605740140567051113327
Binary111000010111110001100000101110111000101001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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