Html Css Color HEX #70094D Tyrian Purple

📋 copy color: '#70094D'

red 112 ◦ green 9 ◦ blue 77

#70094D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #70094D

Tints of Tyrian Purple #70094D

RGB

 RED value IS 112 (44.14% from 255) = 56.57%

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 56.57%
G = 4.55%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70094D (or 0x70094D) is known color: Tyrian Purple. HEX triplet: 70, 09 and 4D. RGB value is (112,9,77). Sum of RGB (Red+Green+Blue) = 112+9+77=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70094D is #8FF6B2. Grayscale: #2F2F2F. Windows color (decimal): -9434803 or 5048688. OLE color: 5048688.

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

Color convert

RGB 112 9 77 -
CMYK 0 0.92 0.31 0.56
HSL 320.39º 0.85% 0.24% -
HSV(B) 320.39º 0.92% 0.44% -
XYZ 8.12 4.18 7.4 -
YUV 47.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 112 9 77 0 0.92 0.31 0.56 320.39 0.85 0.24
Hex 70 9 4D 0 5C 1F 38 140 55 18
Octal 160 11 115 0 134 37 70 500 125 30
Binary 1110000 1001 1001101 0 1011100 11111 111000 101000000 1010101 11000

Color Harmonies of #70094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70094D

Black with #70094D

Text Example


Text Example

White with #70094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70094D;
 }
 .AnyTagClassName
 {
   color: #70094D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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