Html Css Color HEX #700031 Tyrian Purple

📋 copy color: '#700031'

red 112 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #700031

Tints of Tyrian Purple #700031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.57%
G = 0%
B = 30.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#700031 (or 0x700031) is known color: Tyrian Purple. HEX triplet: 70, 00 and 31. RGB value is (112,0,49). Sum of RGB (Red+Green+Blue) = 112+0+49=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700031 is #8FFFCE. Grayscale: #262626. Windows color (decimal): -9437135 or 3211376. OLE color: 3211376.

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

Color convert

RGB 112 0 49 -
CMYK 0 1 0.56 0.56
HSL 333.75º 1% 0.22% -
HSV(B) 333.75º 1% 0.44% -
XYZ 7.24 3.67 3.23 -
YUV 39.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 112 0 49 0 1 0.56 0.56 333.75 1 0.22
Hex 70 0 31 0 64 38 38 14E 64 16
Octal 160 0 61 0 144 70 70 516 144 26
Binary 1110000 0 110001 0 1100100 111000 111000 101001110 1100100 10110

Color Harmonies of #700031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700031

Black with #700031

Text Example


Text Example

White with #700031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700031; }

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

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

background-color css

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

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

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

border-color css

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

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

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