Html Css Color HEX #70084B Tyrian Purple

📋 copy color: '#70084B'

red 112 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #70084B

Tints of Tyrian Purple #70084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.46%

R = 57.44%
G = 4.1%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70084B (or 0x70084B) is known color: Tyrian Purple. HEX triplet: 70, 08 and 4B. RGB value is (112,8,75). Sum of RGB (Red+Green+Blue) = 112+8+75=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70084B is #8FF7B4. Grayscale: #2E2E2E. Windows color (decimal): -9435061 or 4917360. OLE color: 4917360.

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

Color convert

RGB 112 8 75 -
CMYK 0 0.93 0.33 0.56
HSL 321.35º 0.87% 0.24% -
HSV(B) 321.35º 0.93% 0.44% -
XYZ 8.04 4.13 7.03 -
YUV 46.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 112 8 75 0 0.93 0.33 0.56 321.35 0.87 0.24
Hex 70 8 4B 0 5D 21 38 141 57 18
Octal 160 10 113 0 135 41 70 501 127 30
Binary 1110000 1000 1001011 0 1011101 100001 111000 101000001 1010111 11000

Color Harmonies of #70084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70084B

Black with #70084B

Text Example


Text Example

White with #70084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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