Html Css Color HEX #700A3D Tyrian Purple

📋 copy color: '#700A3D'

red 112 ◦ green 10 ◦ blue 61

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

Shades of Tyrian Purple #700A3D

Tints of Tyrian Purple #700A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

 BLUE value IS 61 (24.22% from 255) = 33.33%

R = 61.2%
G = 5.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#700A3D (or 0x700A3D) is known color: Tyrian Purple. HEX triplet: 70, 0A and 3D. RGB value is (112,10,61). Sum of RGB (Red+Green+Blue) = 112+10+61=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A3D is #8FF5C2. Grayscale: #2E2E2E. Windows color (decimal): -9434563 or 4000368. OLE color: 4000368.

HSL color Cylindrical-coordinate representation of color #700A3D: hue angle of 330º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A3D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 61 -
CMYK 0 0.91 0.46 0.56
HSL 330º 0.84% 0.24% -
HSV(B) 330º 0.91% 0.44% -
XYZ 7.63 4 4.78 -
YUV 46.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 112 10 61 0 0.91 0.46 0.56 330 0.84 0.24
Hex 70 A 3D 0 5B 2E 38 14A 54 18
Octal 160 12 75 0 133 56 70 512 124 30
Binary 1110000 1010 111101 0 1011011 101110 111000 101001010 1010100 11000

Color Harmonies of #700A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A3D

Black with #700A3D

Text Example


Text Example

White with #700A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,10,61); }

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

background-color css

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

 a { background-color: rgb(112,10,61); }

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

border-color css

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

 span { border-color: rgb(112,10,61); }

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