Html Css Color HEX #700149 Tyrian Purple

📋 copy color: '#700149'

red 112 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #700149

Tints of Tyrian Purple #700149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 60.22%
G = 0.54%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#700149 (or 0x700149) is known color: Tyrian Purple. HEX triplet: 70, 01 and 49. RGB value is (112,1,73). Sum of RGB (Red+Green+Blue) = 112+1+73=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700149 is #8FFEB6. Grayscale: #2A2A2A. Windows color (decimal): -9436855 or 4784496. OLE color: 4784496.

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

Color convert

RGB 112 1 73 -
CMYK 0 0.99 0.35 0.56
HSL 321.08º 0.98% 0.22% -
HSV(B) 321.08º 0.99% 0.44% -
XYZ 7.9 3.95 6.65 -
YUV 42.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 112 1 73 0 0.99 0.35 0.56 321.08 0.98 0.22
Hex 70 1 49 0 63 23 38 141 62 16
Octal 160 1 111 0 143 43 70 501 142 26
Binary 1110000 1 1001001 0 1100011 100011 111000 101000001 1100010 10110

Color Harmonies of #700149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700149

Black with #700149

Text Example


Text Example

White with #700149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700149; }

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

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

background-color css

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

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

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

border-color css

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

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

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