#70033F

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

Shades of Tyrian Purple #70033F

Tints of Tyrian Purple #70033F

Color information

#70033F (or 0x70033F) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 3F. RGB value is (112,3,63). Sum of RGB (Red+Green+Blue) = 112+3+63=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70033F is #8FFCC0. Grayscale: #2A2A2A. Windows color (decimal): -9436353 or 4129648. OLE color: 4129648.

HSL color Cylindrical-coordinate representation of color #70033F: hue angle of 326.97º 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 #70033F is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB112363-
CMYK00.970.440.56
HSL326.97º94.78%22.55%-
HSV(B)326.97º97.32%43.92%-
XYZ7.613.875.05-
YUV42.43139.61177.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 63 (25% from 255) = 35.39%
R=62.92%
G=1.69%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11236300.970.440.56326.9794.7822.55
Hex7033F0612C381475f17
Octal1603770141547050713727
Binary11100001111111101100001101100111000101000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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