Html Css Color HEX #700E43 Tyrian Purple

📋 copy color: '#700E43'

red 112 ◦ green 14 ◦ blue 67

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

Shades of Tyrian Purple #700E43

Tints of Tyrian Purple #700E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.72%

R = 58.03%
G = 7.25%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#700E43 (or 0x700E43) is known color: Tyrian Purple. HEX triplet: 70, 0E and 43. RGB value is (112,14,67). Sum of RGB (Red+Green+Blue) = 112+14+67=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #700E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E43 is #8FF1BC. Grayscale: #313131. Windows color (decimal): -9433533 or 4394608. OLE color: 4394608.

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

Color convert

RGB 112 14 67 -
CMYK 0 0.88 0.40 0.56
HSL 327.55º 0.78% 0.25% -
HSV(B) 327.55º 0.88% 0.44% -
XYZ 7.85 4.16 5.7 -
YUV 49.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 112 14 67 0 0.88 0.40 0.56 327.55 0.78 0.25
Hex 70 E 43 0 58 28 38 148 4E 19
Octal 160 16 103 0 130 50 70 510 116 31
Binary 1110000 1110 1000011 0 1011000 101000 111000 101001000 1001110 11001

Color Harmonies of #700E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E43

Black with #700E43

Text Example


Text Example

White with #700E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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