Html Css Color HEX #700937 Tyrian Purple

📋 copy color: '#700937'

red 112 ◦ green 9 ◦ blue 55

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

Shades of Tyrian Purple #700937

Tints of Tyrian Purple #700937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 63.64%
G = 5.11%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700937 (or 0x700937) is known color: Tyrian Purple. HEX triplet: 70, 09 and 37. RGB value is (112,9,55). Sum of RGB (Red+Green+Blue) = 112+9+55=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #700937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700937 is #8FF6C8. Grayscale: #2C2C2C. Windows color (decimal): -9434825 or 3606896. OLE color: 3606896.

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

Color convert

RGB 112 9 55 -
CMYK 0 0.92 0.51 0.56
HSL 333.2º 0.85% 0.24% -
HSV(B) 333.2º 0.92% 0.44% -
XYZ 7.47 3.92 3.98 -
YUV 45.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 112 9 55 0 0.92 0.51 0.56 333.2 0.85 0.24
Hex 70 9 37 0 5C 33 38 14D 55 18
Octal 160 11 67 0 134 63 70 515 125 30
Binary 1110000 1001 110111 0 1011100 110011 111000 101001101 1010101 11000

Color Harmonies of #700937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700937

Black with #700937

Text Example


Text Example

White with #700937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700937; }

 p { color: rgb(112,9,55); }

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

background-color css

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

 a { background-color: rgb(112,9,55); }

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

border-color css

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

 span { border-color: rgb(112,9,55); }

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