Html Css Color HEX #700449 Tyrian Purple

📋 copy color: '#700449'

red 112 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #700449

Tints of Tyrian Purple #700449

RGB

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

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

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

R = 59.26%
G = 2.12%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#700449 (or 0x700449) is known color: Tyrian Purple. HEX triplet: 70, 04 and 49. RGB value is (112,4,73). Sum of RGB (Red+Green+Blue) = 112+4+73=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700449 is #8FFBB6. Grayscale: #2B2B2B. Windows color (decimal): -9436087 or 4785264. OLE color: 4785264.

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

Color convert

RGB 112 4 73 -
CMYK 0 0.96 0.35 0.56
HSL 321.67º 0.93% 0.23% -
HSV(B) 321.67º 0.96% 0.44% -
XYZ 7.93 4.01 6.66 -
YUV 44.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 112 4 73 0 0.96 0.35 0.56 321.67 0.93 0.23
Hex 70 4 49 0 60 23 38 142 5D 17
Octal 160 4 111 0 140 43 70 502 135 27
Binary 1110000 100 1001001 0 1100000 100011 111000 101000010 1011101 10111

Color Harmonies of #700449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700449

Black with #700449

Text Example


Text Example

White with #700449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700449; }

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

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

background-color css

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

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

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

border-color css

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

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

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