Html Css Color HEX #700E3F Tyrian Purple

📋 copy color: '#700E3F'

red 112 ◦ green 14 ◦ blue 63

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

Shades of Tyrian Purple #700E3F

Tints of Tyrian Purple #700E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.33%

R = 59.26%
G = 7.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#700E3F (or 0x700E3F) is known color: Tyrian Purple. HEX triplet: 70, 0E and 3F. RGB value is (112,14,63). Sum of RGB (Red+Green+Blue) = 112+14+63=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E3F is #8FF1C0. Grayscale: #303030. Windows color (decimal): -9433537 or 4132464. OLE color: 4132464.

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

Color convert

RGB 112 14 63 -
CMYK 0 0.88 0.44 0.56
HSL 330º 0.78% 0.25% -
HSV(B) 330º 0.88% 0.44% -
XYZ 7.74 4.12 5.09 -
YUV 48.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 112 14 63 0 0.88 0.44 0.56 330 0.78 0.25
Hex 70 E 3F 0 58 2C 38 14A 4E 19
Octal 160 16 77 0 130 54 70 512 116 31
Binary 1110000 1110 111111 0 1011000 101100 111000 101001010 1001110 11001

Color Harmonies of #700E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E3F

Black with #700E3F

Text Example


Text Example

White with #700E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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