#70094B

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

Shades of Tyrian Purple #70094B

Tints of Tyrian Purple #70094B

Color information

#70094B (or 0x70094B) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 4B. RGB value is (112,9,75). Sum of RGB (Red+Green+Blue) = 112+9+75=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70094B is #8FF6B4. Grayscale: #2F2F2F. Windows color (decimal): -9434805 or 4917616. OLE color: 4917616.

HSL color Cylindrical-coordinate representation of color #70094B: hue angle of 321.55º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70094B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB112975-
CMYK00.920.330.56
HSL321.55º85.12%23.73%-
HSV(B)321.55º91.96%43.92%-
XYZ8.054.157.03-
YUV47.32143.62174.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=57.14%
G=4.59%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11297500.920.330.56321.5585.1223.73
Hex7094B05C21381425518
Octal160111130134417050212530
Binary11100001001100101101011100100001111000101000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70094B; }

 p { color: rgb(112,9,75); }

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

<style>
 a { background-color: #70094B; }

 a { background-color: rgb(112,9,75); }

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

<style>
 span { border-color: #70094B; }

 span { border-color: rgb(112,9,75); }

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