#70084F

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

Shades of Tyrian Purple #70084F

Tints of Tyrian Purple #70084F

Color information

#70084F (or 0x70084F) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 4F. RGB value is (112,8,79). Sum of RGB (Red+Green+Blue) = 112+8+79=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70084F is #8FF7B0. Grayscale: #2F2F2F. Windows color (decimal): -9435057 or 5179504. OLE color: 5179504.

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

Color convert

RGB112879-
CMYK00.930.290.56
HSL319.04º86.67%23.53%-
HSV(B)319.04º92.86%43.92%-
XYZ8.184.187.77-
YUV47.19145.96174.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=56.28%
G=4.02%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287900.930.290.56319.0486.6723.53
Hex7084F05D1D3813f5718
Octal160101170135357047712730
Binary1110000100010011110101110111101111000100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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