Html Css Color HEX #70014D Tyrian Purple

📋 copy color: '#70014D'

red 112 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #70014D

Tints of Tyrian Purple #70014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 58.95%
G = 0.53%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70014D (or 0x70014D) is known color: Tyrian Purple. HEX triplet: 70, 01 and 4D. RGB value is (112,1,77). Sum of RGB (Red+Green+Blue) = 112+1+77=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70014D is #8FFEB2. Grayscale: #2A2A2A. Windows color (decimal): -9436851 or 5046640. OLE color: 5046640.

HSL color Cylindrical-coordinate representation of color #70014D: hue angle of 318.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70014D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 77 -
CMYK 0 0.99 0.31 0.56
HSL 318.92º 0.98% 0.22% -
HSV(B) 318.92º 0.99% 0.44% -
XYZ 8.03 4 7.37 -
YUV 42.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 112 1 77 0 0.99 0.31 0.56 318.92 0.98 0.22
Hex 70 1 4D 0 63 1F 38 13F 62 16
Octal 160 1 115 0 143 37 70 477 142 26
Binary 1110000 1 1001101 0 1100011 11111 111000 100111111 1100010 10110

Color Harmonies of #70014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70014D

Black with #70014D

Text Example


Text Example

White with #70014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70014D; }

 p { color: rgb(112,1,77); }

 H1.HeaderClassName
 {
   color: #70014D;
 }
 .AnyTagClassName
 {
   color: #70014D;
 }
</style>

background-color css

<style>
 a { background-color: #70014D; }

 a { background-color: rgb(112,1,77); }

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

border-color css

<style>
 span { border-color: #70014D; }

 span { border-color: rgb(112,1,77); }

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