Html Css Color HEX #70042F Tyrian Purple

📋 copy color: '#70042F'

red 112 ◦ green 4 ◦ blue 47

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

Shades of Tyrian Purple #70042F

Tints of Tyrian Purple #70042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

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

R = 68.71%
G = 2.45%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70042F (or 0x70042F) is known color: Tyrian Purple. HEX triplet: 70, 04 and 2F. RGB value is (112,4,47). Sum of RGB (Red+Green+Blue) = 112+4+47=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70042F is #8FFBD0. Grayscale: #292929. Windows color (decimal): -9436113 or 3081328. OLE color: 3081328.

HSL color Cylindrical-coordinate representation of color #70042F: hue angle of 336.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70042F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 47 -
CMYK 0 0.96 0.58 0.56
HSL 336.11º 0.93% 0.23% -
HSV(B) 336.11º 0.96% 0.44% -
XYZ 7.24 3.74 3.03 -
YUV 41.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 112 4 47 0 0.96 0.58 0.56 336.11 0.93 0.23
Hex 70 4 2F 0 60 3A 38 150 5D 17
Octal 160 4 57 0 140 72 70 520 135 27
Binary 1110000 100 101111 0 1100000 111010 111000 101010000 1011101 10111

Color Harmonies of #70042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70042F

Black with #70042F

Text Example


Text Example

White with #70042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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