Html Css Color HEX #700131 Tyrian Purple

📋 copy color: '#700131'

red 112 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #700131

Tints of Tyrian Purple #700131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 69.14%
G = 0.62%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#700131 (or 0x700131) is known color: Tyrian Purple. HEX triplet: 70, 01 and 31. RGB value is (112,1,49). Sum of RGB (Red+Green+Blue) = 112+1+49=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #700131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700131 is #8FFECE. Grayscale: #272727. Windows color (decimal): -9436879 or 3211632. OLE color: 3211632.

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

Color convert

RGB 112 1 49 -
CMYK 0 0.99 0.56 0.56
HSL 334.05º 0.98% 0.22% -
HSV(B) 334.05º 0.99% 0.44% -
XYZ 7.25 3.69 3.24 -
YUV 39.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 112 1 49 0 0.99 0.56 0.56 334.05 0.98 0.22
Hex 70 1 31 0 63 38 38 14E 62 16
Octal 160 1 61 0 143 70 70 516 142 26
Binary 1110000 1 110001 0 1100011 111000 111000 101001110 1100010 10110

Color Harmonies of #700131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700131

Black with #700131

Text Example


Text Example

White with #700131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700131; }

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

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

background-color css

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

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

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

border-color css

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

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

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