Html Css Color HEX #700737 Tyrian Purple

📋 copy color: '#700737'

red 112 ◦ green 7 ◦ blue 55

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

Shades of Tyrian Purple #700737

Tints of Tyrian Purple #700737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

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

R = 64.37%
G = 4.02%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700737 (or 0x700737) is known color: Tyrian Purple. HEX triplet: 70, 07 and 37. RGB value is (112,7,55). Sum of RGB (Red+Green+Blue) = 112+7+55=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #700737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700737 is #8FF8C8. Grayscale: #2B2B2B. Windows color (decimal): -9435337 or 3606384. OLE color: 3606384.

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

Color convert

RGB 112 7 55 -
CMYK 0 0.94 0.51 0.56
HSL 332.57º 0.88% 0.23% -
HSV(B) 332.57º 0.94% 0.44% -
XYZ 7.45 3.87 3.97 -
YUV 43.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 112 7 55 0 0.94 0.51 0.56 332.57 0.88 0.23
Hex 70 7 37 0 5E 33 38 14D 58 17
Octal 160 7 67 0 136 63 70 515 130 27
Binary 1110000 111 110111 0 1011110 110011 111000 101001101 1011000 10111

Color Harmonies of #700737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700737

Black with #700737

Text Example


Text Example

White with #700737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700737; }

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

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

background-color css

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

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

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

border-color css

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

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

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