Html Css Color HEX #700E36 Tyrian Purple

📋 copy color: '#700E36'

red 112 ◦ green 14 ◦ blue 54

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

Shades of Tyrian Purple #700E36

Tints of Tyrian Purple #700E36

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.78%

 BLUE value IS 54 (21.48% from 255) = 30%

R = 62.22%
G = 7.78%
B = 30%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#700E36 (or 0x700E36) is known color: Tyrian Purple. HEX triplet: 70, 0E and 36. RGB value is (112,14,54). Sum of RGB (Red+Green+Blue) = 112+14+54=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E36 is #8FF1C9. Grayscale: #2F2F2F. Windows color (decimal): -9433546 or 3542640. OLE color: 3542640.

HSL color Cylindrical-coordinate representation of color #700E36: hue angle of 335.51º degrees, saturation: 0.78, 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 #700E36 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 54 -
CMYK 0 0.88 0.52 0.56
HSL 335.51º 0.78% 0.25% -
HSV(B) 335.51º 0.88% 0.44% -
XYZ 7.5 4.03 3.87 -
YUV 47.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 112 14 54 0 0.88 0.52 0.56 335.51 0.78 0.25
Hex 70 E 36 0 58 34 38 150 4E 19
Octal 160 16 66 0 130 64 70 520 116 31
Binary 1110000 1110 110110 0 1011000 110100 111000 101010000 1001110 11001

Color Harmonies of #700E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E36

Black with #700E36

Text Example


Text Example

White with #700E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,14,54); }

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

background-color css

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

 a { background-color: rgb(112,14,54); }

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

border-color css

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

 span { border-color: rgb(112,14,54); }

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