Html Css Color HEX #70043B Tyrian Purple

📋 copy color: '#70043B'

red 112 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #70043B

Tints of Tyrian Purple #70043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 64%
G = 2.29%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70043B (or 0x70043B) is known color: Tyrian Purple. HEX triplet: 70, 04 and 3B. RGB value is (112,4,59). Sum of RGB (Red+Green+Blue) = 112+4+59=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70043B is #8FFBC4. Grayscale: #2A2A2A. Windows color (decimal): -9436101 or 3867760. OLE color: 3867760.

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

Color convert

RGB 112 4 59 -
CMYK 0 0.96 0.47 0.56
HSL 329.44º 0.93% 0.23% -
HSV(B) 329.44º 0.96% 0.44% -
XYZ 7.51 3.85 4.48 -
YUV 42.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 112 4 59 0 0.96 0.47 0.56 329.44 0.93 0.23
Hex 70 4 3B 0 60 2F 38 149 5D 17
Octal 160 4 73 0 140 57 70 511 135 27
Binary 1110000 100 111011 0 1100000 101111 111000 101001001 1011101 10111

Color Harmonies of #70043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70043B

Black with #70043B

Text Example


Text Example

White with #70043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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