#70013C

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

Shades of Tyrian Purple #70013C

Tints of Tyrian Purple #70013C

Color information

#70013C (or 0x70013C) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 3C. RGB value is (112,1,60). Sum of RGB (Red+Green+Blue) = 112+1+60=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70013C is #8FFEC3. Grayscale: #282828. Windows color (decimal): -9436868 or 3932528. OLE color: 3932528.

HSL color Cylindrical-coordinate representation of color #70013C: hue angle of 328.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70013C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB112160-
CMYK00.990.460.56
HSL328.11º98.23%22.16%-
HSV(B)328.11º99.11%43.92%-
XYZ7.513.794.61-
YUV40.92138.77178.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=64.74%
G=0.58%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11216000.990.460.56328.1198.2322.16
Hex7013C0632E381486216
Octal1601740143567051014226
Binary1110000111110001100011101110111000101001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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