Html Css Color HEX #70093B Tyrian Purple

📋 copy color: '#70093B'

red 112 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #70093B

Tints of Tyrian Purple #70093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 62.22%
G = 5%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70093B (or 0x70093B) is known color: Tyrian Purple. HEX triplet: 70, 09 and 3B. RGB value is (112,9,59). Sum of RGB (Red+Green+Blue) = 112+9+59=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70093B is #8FF6C4. Grayscale: #2D2D2D. Windows color (decimal): -9434821 or 3869040. OLE color: 3869040.

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

Color convert

RGB 112 9 59 -
CMYK 0 0.92 0.47 0.56
HSL 330.87º 0.85% 0.24% -
HSV(B) 330.87º 0.92% 0.44% -
XYZ 7.57 3.96 4.5 -
YUV 45.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 112 9 59 0 0.92 0.47 0.56 330.87 0.85 0.24
Hex 70 9 3B 0 5C 2F 38 14B 55 18
Octal 160 11 73 0 134 57 70 513 125 30
Binary 1110000 1001 111011 0 1011100 101111 111000 101001011 1010101 11000

Color Harmonies of #70093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70093B

Black with #70093B

Text Example


Text Example

White with #70093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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