Html Css Color HEX #700940 Tyrian Purple

📋 copy color: '#700940'

red 112 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #700940

Tints of Tyrian Purple #700940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 60.54%
G = 4.86%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#700940 (or 0x700940) is known color: Tyrian Purple. HEX triplet: 70, 09 and 40. RGB value is (112,9,64). Sum of RGB (Red+Green+Blue) = 112+9+64=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700940 is #8FF6BF. Grayscale: #2D2D2D. Windows color (decimal): -9434816 or 4196720. OLE color: 4196720.

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

Color convert

RGB 112 9 64 -
CMYK 0 0.92 0.43 0.56
HSL 327.96º 0.85% 0.24% -
HSV(B) 327.96º 0.92% 0.44% -
XYZ 7.71 4.01 5.22 -
YUV 46.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 112 9 64 0 0.92 0.43 0.56 327.96 0.85 0.24
Hex 70 9 40 0 5C 2B 38 148 55 18
Octal 160 11 100 0 134 53 70 510 125 30
Binary 1110000 1001 1000000 0 1011100 101011 111000 101001000 1010101 11000

Color Harmonies of #700940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700940

Black with #700940

Text Example


Text Example

White with #700940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700940; }

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

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

background-color css

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

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

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

border-color css

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

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

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