Html Css Color HEX #70012F Tyrian Purple

📋 copy color: '#70012F'

red 112 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #70012F

Tints of Tyrian Purple #70012F

RGB

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

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

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

R = 70%
G = 0.63%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70012F (or 0x70012F) is known color: Tyrian Purple. HEX triplet: 70, 01 and 2F. RGB value is (112,1,47). Sum of RGB (Red+Green+Blue) = 112+1+47=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70012F is #8FFED0. Grayscale: #272727. Windows color (decimal): -9436881 or 3080560. OLE color: 3080560.

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

Color convert

RGB 112 1 47 -
CMYK 0 0.99 0.58 0.56
HSL 335.14º 0.98% 0.22% -
HSV(B) 335.14º 0.99% 0.44% -
XYZ 7.21 3.67 3.02 -
YUV 39.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 112 1 47 0 0.99 0.58 0.56 335.14 0.98 0.22
Hex 70 1 2F 0 63 3A 38 14F 62 16
Octal 160 1 57 0 143 72 70 517 142 26
Binary 1110000 1 101111 0 1100011 111010 111000 101001111 1100010 10110

Color Harmonies of #70012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70012F

Black with #70012F

Text Example


Text Example

White with #70012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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