#70084E

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

Shades of Tyrian Purple #70084E

Tints of Tyrian Purple #70084E

Color information

#70084E (or 0x70084E) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 4E. RGB value is (112,8,78). Sum of RGB (Red+Green+Blue) = 112+8+78=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70084E is #8FF7B1. Grayscale: #2E2E2E. Windows color (decimal): -9435058 or 5113968. OLE color: 5113968.

HSL color Cylindrical-coordinate representation of color #70084E: hue angle of 319.62º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70084E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB112878-
CMYK00.930.300.56
HSL319.62º86.67%23.53%-
HSV(B)319.62º92.86%43.92%-
XYZ8.144.177.58-
YUV47.08145.46174.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=56.57%
G=4.04%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287800.930.300.56319.6286.6723.53
Hex7084E05D1E381405718
Octal160101160135367050012730
Binary1110000100010011100101110111110111000101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70084E; }

 p { color: rgb(112,8,78); }

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

<style>
 a { background-color: #70084E; }

 a { background-color: rgb(112,8,78); }

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

<style>
 span { border-color: #70084E; }

 span { border-color: rgb(112,8,78); }

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