Html Css Color HEX #700549 Tyrian Purple

📋 copy color: '#700549'

red 112 ◦ green 5 ◦ blue 73

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

Shades of Tyrian Purple #700549

Tints of Tyrian Purple #700549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 58.95%
G = 2.63%
B = 38.42%

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

#700549 (or 0x700549) is known color: Tyrian Purple. HEX triplet: 70, 05 and 49. RGB value is (112,5,73). Sum of RGB (Red+Green+Blue) = 112+5+73=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700549 is #8FFAB6. Grayscale: #2C2C2C. Windows color (decimal): -9435831 or 4785520. OLE color: 4785520.

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

Color convert

RGB 112 5 73 -
CMYK 0 0.96 0.35 0.56
HSL 321.87º 0.91% 0.23% -
HSV(B) 321.87º 0.96% 0.44% -
XYZ 7.94 4.03 6.66 -
YUV 44.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 112 5 73 0 0.96 0.35 0.56 321.87 0.91 0.23
Hex 70 5 49 0 60 23 38 142 5B 17
Octal 160 5 111 0 140 43 70 502 133 27
Binary 1110000 101 1001001 0 1100000 100011 111000 101000010 1011011 10111

Color Harmonies of #700549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700549

Black with #700549

Text Example


Text Example

White with #700549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700549; }

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

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

background-color css

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

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

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

border-color css

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

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

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