Html Css Color HEX #70093A Tyrian Purple

📋 copy color: '#70093A'

red 112 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #70093A

Tints of Tyrian Purple #70093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 62.57%
G = 5.03%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70093A (or 0x70093A) is known color: Tyrian Purple. HEX triplet: 70, 09 and 3A. RGB value is (112,9,58). Sum of RGB (Red+Green+Blue) = 112+9+58=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70093A is #8FF6C5. Grayscale: #2D2D2D. Windows color (decimal): -9434822 or 3803504. OLE color: 3803504.

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

Color convert

RGB 112 9 58 -
CMYK 0 0.92 0.48 0.56
HSL 331.46º 0.85% 0.24% -
HSV(B) 331.46º 0.92% 0.44% -
XYZ 7.54 3.95 4.37 -
YUV 45.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 112 9 58 0 0.92 0.48 0.56 331.46 0.85 0.24
Hex 70 9 3A 0 5C 30 38 14B 55 18
Octal 160 11 72 0 134 60 70 513 125 30
Binary 1110000 1001 111010 0 1011100 110000 111000 101001011 1010101 11000

Color Harmonies of #70093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70093A

Black with #70093A

Text Example


Text Example

White with #70093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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