#70063C

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

Shades of Tyrian Purple #70063C

Tints of Tyrian Purple #70063C

Color information

#70063C (or 0x70063C) is unknown color: approx Tyrian Purple. HEX triplet: 70, 06 and 3C. RGB value is (112,6,60). Sum of RGB (Red+Green+Blue) = 112+6+60=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70063C is #8FF9C3. Grayscale: #2B2B2B. Windows color (decimal): -9435588 or 3933808. OLE color: 3933808.

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

Color convert

RGB112660-
CMYK00.950.460.56
HSL329.43º89.83%23.14%-
HSV(B)329.43º94.64%43.92%-
XYZ7.563.94.63-
YUV43.85137.12176.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=62.92%
G=3.37%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11266000.950.460.56329.4389.8323.14
Hex7063C05F2E381495a17
Octal1606740137567051113227
Binary111000011011110001011111101110111000101001001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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