Html Css Color HEX #700049 Tyrian Purple

📋 copy color: '#700049'

red 112 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #700049

Tints of Tyrian Purple #700049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 60.54%
G = 0%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#700049 (or 0x700049) is known color: Tyrian Purple. HEX triplet: 70, 00 and 49. RGB value is (112,0,73). Sum of RGB (Red+Green+Blue) = 112+0+73=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700049 is #8FFFB6. Grayscale: #292929. Windows color (decimal): -9437111 or 4784240. OLE color: 4784240.

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

Color convert

RGB 112 0 73 -
CMYK 0 1 0.35 0.56
HSL 320.89º 1% 0.22% -
HSV(B) 320.89º 1% 0.44% -
XYZ 7.88 3.93 6.65 -
YUV 41.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 112 0 73 0 1 0.35 0.56 320.89 1 0.22
Hex 70 0 49 0 64 23 38 141 64 16
Octal 160 0 111 0 144 43 70 501 144 26
Binary 1110000 0 1001001 0 1100100 100011 111000 101000001 1100100 10110

Color Harmonies of #700049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700049

Black with #700049

Text Example


Text Example

White with #700049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700049; }

 p { color: rgb(112,0,73); }

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

background-color css

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

 a { background-color: rgb(112,0,73); }

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

border-color css

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

 span { border-color: rgb(112,0,73); }

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