Html Css Color HEX #700D4D Tyrian Purple

📋 copy color: '#700D4D'

red 112 ◦ green 13 ◦ blue 77

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

Shades of Tyrian Purple #700D4D

Tints of Tyrian Purple #700D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 55.45%
G = 6.44%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#700D4D (or 0x700D4D) is known color: Tyrian Purple. HEX triplet: 70, 0D and 4D. RGB value is (112,13,77). Sum of RGB (Red+Green+Blue) = 112+13+77=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D4D is #8FF2B2. Grayscale: #313131. Windows color (decimal): -9433779 or 5049712. OLE color: 5049712.

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

Color convert

RGB 112 13 77 -
CMYK 0 0.88 0.31 0.56
HSL 321.21º 0.79% 0.25% -
HSV(B) 321.21º 0.88% 0.44% -
XYZ 8.17 4.27 7.41 -
YUV 49.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 112 13 77 0 0.88 0.31 0.56 321.21 0.79 0.25
Hex 70 D 4D 0 58 1F 38 141 4F 19
Octal 160 15 115 0 130 37 70 501 117 31
Binary 1110000 1101 1001101 0 1011000 11111 111000 101000001 1001111 11001

Color Harmonies of #700D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D4D

Black with #700D4D

Text Example


Text Example

White with #700D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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