Html Css Color HEX #70073B Tyrian Purple

📋 copy color: '#70073B'

red 112 ◦ green 7 ◦ blue 59

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

Shades of Tyrian Purple #70073B

Tints of Tyrian Purple #70073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 62.92%
G = 3.93%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70073B (or 0x70073B) is known color: Tyrian Purple. HEX triplet: 70, 07 and 3B. RGB value is (112,7,59). Sum of RGB (Red+Green+Blue) = 112+7+59=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70073B is #8FF8C4. Grayscale: #2C2C2C. Windows color (decimal): -9435333 or 3868528. OLE color: 3868528.

HSL color Cylindrical-coordinate representation of color #70073B: hue angle of 330.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70073B is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 59 -
CMYK 0 0.94 0.47 0.56
HSL 330.29º 0.88% 0.23% -
HSV(B) 330.29º 0.94% 0.44% -
XYZ 7.55 3.91 4.5 -
YUV 44.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 112 7 59 0 0.94 0.47 0.56 330.29 0.88 0.23
Hex 70 7 3B 0 5E 2F 38 14A 58 17
Octal 160 7 73 0 136 57 70 512 130 27
Binary 1110000 111 111011 0 1011110 101111 111000 101001010 1011000 10111

Color Harmonies of #70073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70073B

Black with #70073B

Text Example


Text Example

White with #70073B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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