Html Css Color HEX #700249 Tyrian Purple

📋 copy color: '#700249'

red 112 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #700249

Tints of Tyrian Purple #700249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 59.89%
G = 1.07%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#700249 (or 0x700249) is known color: Tyrian Purple. HEX triplet: 70, 02 and 49. RGB value is (112,2,73). Sum of RGB (Red+Green+Blue) = 112+2+73=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700249 is #8FFDB6. Grayscale: #2A2A2A. Windows color (decimal): -9436599 or 4784752. OLE color: 4784752.

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

Color convert

RGB 112 2 73 -
CMYK 0 0.98 0.35 0.56
HSL 321.27º 0.96% 0.22% -
HSV(B) 321.27º 0.98% 0.44% -
XYZ 7.91 3.97 6.65 -
YUV 42.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 112 2 73 0 0.98 0.35 0.56 321.27 0.96 0.22
Hex 70 2 49 0 62 23 38 141 60 16
Octal 160 2 111 0 142 43 70 501 140 26
Binary 1110000 10 1001001 0 1100010 100011 111000 101000001 1100000 10110

Color Harmonies of #700249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700249

Black with #700249

Text Example


Text Example

White with #700249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700249; }

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

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

background-color css

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

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

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

border-color css

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

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

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