Html Css Color HEX #70084A Tyrian Purple

📋 copy color: '#70084A'

red 112 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #70084A

Tints of Tyrian Purple #70084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 57.73%
G = 4.12%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70084A (or 0x70084A) is known color: Tyrian Purple. HEX triplet: 70, 08 and 4A. RGB value is (112,8,74). Sum of RGB (Red+Green+Blue) = 112+8+74=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70084A is #8FF7B5. Grayscale: #2E2E2E. Windows color (decimal): -9435062 or 4851824. OLE color: 4851824.

HSL color Cylindrical-coordinate representation of color #70084A: hue angle of 321.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70084A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 74 -
CMYK 0 0.93 0.34 0.56
HSL 321.92º 0.87% 0.24% -
HSV(B) 321.92º 0.93% 0.44% -
XYZ 8 4.11 6.85 -
YUV 46.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 112 8 74 0 0.93 0.34 0.56 321.92 0.87 0.24
Hex 70 8 4A 0 5D 22 38 142 57 18
Octal 160 10 112 0 135 42 70 502 127 30
Binary 1110000 1000 1001010 0 1011101 100010 111000 101000010 1010111 11000

Color Harmonies of #70084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70084A

Black with #70084A

Text Example


Text Example

White with #70084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,8,74); }

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

background-color css

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

 a { background-color: rgb(112,8,74); }

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

border-color css

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

 span { border-color: rgb(112,8,74); }

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