Html Css Color HEX #70092F Tyrian Purple

📋 copy color: '#70092F'

red 112 ◦ green 9 ◦ blue 47

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

Shades of Tyrian Purple #70092F

Tints of Tyrian Purple #70092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 66.67%
G = 5.36%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70092F (or 0x70092F) is known color: Tyrian Purple. HEX triplet: 70, 09 and 2F. RGB value is (112,9,47). Sum of RGB (Red+Green+Blue) = 112+9+47=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #70092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70092F is #8FF6D0. Grayscale: #2C2C2C. Windows color (decimal): -9434833 or 3082608. OLE color: 3082608.

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

Color convert

RGB 112 9 47 -
CMYK 0 0.92 0.58 0.56
HSL 337.86º 0.85% 0.24% -
HSV(B) 337.86º 0.92% 0.44% -
XYZ 7.29 3.85 3.05 -
YUV 44.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 112 9 47 0 0.92 0.58 0.56 337.86 0.85 0.24
Hex 70 9 2F 0 5C 3A 38 152 55 18
Octal 160 11 57 0 134 72 70 522 125 30
Binary 1110000 1001 101111 0 1011100 111010 111000 101010010 1010101 11000

Color Harmonies of #70092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70092F

Black with #70092F

Text Example


Text Example

White with #70092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70092F; }

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

 H1.HeaderClassName
 {
   color: #70092F;
 }
 .AnyTagClassName
 {
   color: #70092F;
 }
</style>

background-color css

<style>
 a { background-color: #70092F; }

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

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

border-color css

<style>
 span { border-color: #70092F; }

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

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