#70084D

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

Shades of Tyrian Purple #70084D

Tints of Tyrian Purple #70084D

Color information

#70084D (or 0x70084D) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 4D. RGB value is (112,8,77). Sum of RGB (Red+Green+Blue) = 112+8+77=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70084D is #8FF7B2. Grayscale: #2E2E2E. Windows color (decimal): -9435059 or 5048432. OLE color: 5048432.

HSL color Cylindrical-coordinate representation of color #70084D: hue angle of 320.19º 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 #70084D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB112877-
CMYK00.930.310.56
HSL320.19º86.67%23.53%-
HSV(B)320.19º92.86%43.92%-
XYZ8.114.157.4-
YUV46.96144.96174.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=56.85%
G=4.06%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287700.930.310.56320.1986.6723.53
Hex7084D05D1F381405718
Octal160101150135377050012730
Binary1110000100010011010101110111111111000101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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