Html Css Color HEX #700E41 Tyrian Purple

📋 copy color: '#700E41'

red 112 ◦ green 14 ◦ blue 65

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

Shades of Tyrian Purple #700E41

Tints of Tyrian Purple #700E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 58.64%
G = 7.33%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#700E41 (or 0x700E41) is known color: Tyrian Purple. HEX triplet: 70, 0E and 41. RGB value is (112,14,65). Sum of RGB (Red+Green+Blue) = 112+14+65=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E41 is #8FF1BE. Grayscale: #313131. Windows color (decimal): -9433535 or 4263536. OLE color: 4263536.

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

Color convert

RGB 112 14 65 -
CMYK 0 0.88 0.42 0.56
HSL 328.78º 0.78% 0.25% -
HSV(B) 328.78º 0.88% 0.44% -
XYZ 7.79 4.14 5.39 -
YUV 49.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 112 14 65 0 0.88 0.42 0.56 328.78 0.78 0.25
Hex 70 E 41 0 58 2A 38 149 4E 19
Octal 160 16 101 0 130 52 70 511 116 31
Binary 1110000 1110 1000001 0 1011000 101010 111000 101001001 1001110 11001

Color Harmonies of #700E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E41

Black with #700E41

Text Example


Text Example

White with #700E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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