Html Css Color HEX #70093E Tyrian Purple

📋 copy color: '#70093E'

red 112 ◦ green 9 ◦ blue 62

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

Shades of Tyrian Purple #70093E

Tints of Tyrian Purple #70093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 61.2%
G = 4.92%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70093E (or 0x70093E) is known color: Tyrian Purple. HEX triplet: 70, 09 and 3E. RGB value is (112,9,62). Sum of RGB (Red+Green+Blue) = 112+9+62=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #70093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70093E is #8FF6C1. Grayscale: #2D2D2D. Windows color (decimal): -9434818 or 4065648. OLE color: 4065648.

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

Color convert

RGB 112 9 62 -
CMYK 0 0.92 0.45 0.56
HSL 329.13º 0.85% 0.24% -
HSV(B) 329.13º 0.92% 0.44% -
XYZ 7.65 3.99 4.92 -
YUV 45.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 112 9 62 0 0.92 0.45 0.56 329.13 0.85 0.24
Hex 70 9 3E 0 5C 2D 38 149 55 18
Octal 160 11 76 0 134 55 70 511 125 30
Binary 1110000 1001 111110 0 1011100 101101 111000 101001001 1010101 11000

Color Harmonies of #70093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70093E

Black with #70093E

Text Example


Text Example

White with #70093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70093E;
 }
 .AnyTagClassName
 {
   color: #70093E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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