Html Css Color HEX #700D37 Tyrian Purple

📋 copy color: '#700D37'

red 112 ◦ green 13 ◦ blue 55

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

Shades of Tyrian Purple #700D37

Tints of Tyrian Purple #700D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

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

R = 62.22%
G = 7.22%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#700D37 (or 0x700D37) is known color: Tyrian Purple. HEX triplet: 70, 0D and 37. RGB value is (112,13,55). Sum of RGB (Red+Green+Blue) = 112+13+55=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D37 is #8FF2C8. Grayscale: #2F2F2F. Windows color (decimal): -9433801 or 3607920. OLE color: 3607920.

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

Color convert

RGB 112 13 55 -
CMYK 0 0.88 0.51 0.56
HSL 334.55º 0.79% 0.25% -
HSV(B) 334.55º 0.88% 0.44% -
XYZ 7.52 4.01 3.99 -
YUV 47.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 112 13 55 0 0.88 0.51 0.56 334.55 0.79 0.25
Hex 70 D 37 0 58 33 38 14F 4F 19
Octal 160 15 67 0 130 63 70 517 117 31
Binary 1110000 1101 110111 0 1011000 110011 111000 101001111 1001111 11001

Color Harmonies of #700D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D37

Black with #700D37

Text Example


Text Example

White with #700D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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