Html Css Color HEX #700D3F Tyrian Purple

📋 copy color: '#700D3F'

red 112 ◦ green 13 ◦ blue 63

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

Shades of Tyrian Purple #700D3F

Tints of Tyrian Purple #700D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

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

R = 59.57%
G = 6.91%
B = 33.51%

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

#700D3F (or 0x700D3F) is known color: Tyrian Purple. HEX triplet: 70, 0D and 3F. RGB value is (112,13,63). Sum of RGB (Red+Green+Blue) = 112+13+63=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #700D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D3F is #8FF2C0. Grayscale: #303030. Windows color (decimal): -9433793 or 4132208. OLE color: 4132208.

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

Color convert

RGB 112 13 63 -
CMYK 0 0.88 0.44 0.56
HSL 329.7º 0.79% 0.25% -
HSV(B) 329.7º 0.88% 0.44% -
XYZ 7.72 4.09 5.09 -
YUV 48.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 112 13 63 0 0.88 0.44 0.56 329.7 0.79 0.25
Hex 70 D 3F 0 58 2C 38 14A 4F 19
Octal 160 15 77 0 130 54 70 512 117 31
Binary 1110000 1101 111111 0 1011000 101100 111000 101001010 1001111 11001

Color Harmonies of #700D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D3F

Black with #700D3F

Text Example


Text Example

White with #700D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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