#70033C

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

Shades of Tyrian Purple #70033C

Tints of Tyrian Purple #70033C

Color information

#70033C (or 0x70033C) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 3C. RGB value is (112,3,60). Sum of RGB (Red+Green+Blue) = 112+3+60=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033C is #8FFCC3. Grayscale: #292929. Windows color (decimal): -9436356 or 3933040. OLE color: 3933040.

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

Color convert

RGB112360-
CMYK00.970.460.56
HSL328.62º94.78%22.55%-
HSV(B)328.62º97.32%43.92%-
XYZ7.533.844.62-
YUV42.09138.11177.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=64%
G=1.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11236000.970.460.56328.6294.7822.55
Hex7033C0612E381495f17
Octal1603740141567051113727
Binary11100001111110001100001101110111000101001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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