#70074D

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

Shades of Tyrian Purple #70074D

Tints of Tyrian Purple #70074D

Color information

#70074D (or 0x70074D) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 4D. RGB value is (112,7,77). Sum of RGB (Red+Green+Blue) = 112+7+77=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70074D is #8FF8B2. Grayscale: #2E2E2E. Windows color (decimal): -9435315 or 5048176. OLE color: 5048176.

HSL color Cylindrical-coordinate representation of color #70074D: hue angle of 320º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70074D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB112777-
CMYK00.940.310.56
HSL320º88.24%23.33%-
HSV(B)320º93.75%43.92%-
XYZ8.14.137.39-
YUV46.38145.29174.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=57.14%
G=3.57%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11277700.940.310.5632088.2423.33
Hex7074D05E1F381405817
Octal16071150136377050013027
Binary111000011110011010101111011111111000101000000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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