Html Css Color HEX #700E46 Tyrian Purple

📋 copy color: '#700E46'

red 112 ◦ green 14 ◦ blue 70

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

Shades of Tyrian Purple #700E46

Tints of Tyrian Purple #700E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 57.14%
G = 7.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700E46 (or 0x700E46) is known color: Tyrian Purple. HEX triplet: 70, 0E and 46. RGB value is (112,14,70). Sum of RGB (Red+Green+Blue) = 112+14+70=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #700E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E46 is #8FF1B9. Grayscale: #313131. Windows color (decimal): -9433530 or 4591216. OLE color: 4591216.

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

Color convert

RGB 112 14 70 -
CMYK 0 0.88 0.38 0.56
HSL 325.71º 0.78% 0.25% -
HSV(B) 325.71º 0.88% 0.44% -
XYZ 7.94 4.2 6.19 -
YUV 49.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 112 14 70 0 0.88 0.38 0.56 325.71 0.78 0.25
Hex 70 E 46 0 58 26 38 146 4E 19
Octal 160 16 106 0 130 46 70 506 116 31
Binary 1110000 1110 1000110 0 1011000 100110 111000 101000110 1001110 11001

Color Harmonies of #700E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E46

Black with #700E46

Text Example


Text Example

White with #700E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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