Html Css Color HEX #700939 Tyrian Purple

📋 copy color: '#700939'

red 112 ◦ green 9 ◦ blue 57

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

Shades of Tyrian Purple #700939

Tints of Tyrian Purple #700939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 62.92%
G = 5.06%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#700939 (or 0x700939) is known color: Tyrian Purple. HEX triplet: 70, 09 and 39. RGB value is (112,9,57). Sum of RGB (Red+Green+Blue) = 112+9+57=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700939 is #8FF6C6. Grayscale: #2D2D2D. Windows color (decimal): -9434823 or 3737968. OLE color: 3737968.

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

Color convert

RGB 112 9 57 -
CMYK 0 0.92 0.49 0.56
HSL 332.04º 0.85% 0.24% -
HSV(B) 332.04º 0.92% 0.44% -
XYZ 7.52 3.94 4.23 -
YUV 45.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 112 9 57 0 0.92 0.49 0.56 332.04 0.85 0.24
Hex 70 9 39 0 5C 31 38 14C 55 18
Octal 160 11 71 0 134 61 70 514 125 30
Binary 1110000 1001 111001 0 1011100 110001 111000 101001100 1010101 11000

Color Harmonies of #700939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700939

Black with #700939

Text Example


Text Example

White with #700939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700939; }

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

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

background-color css

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

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

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

border-color css

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

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

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