Html Css Color HEX #700A3A Tyrian Purple

📋 copy color: '#700A3A'

red 112 ◦ green 10 ◦ blue 58

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

Shades of Tyrian Purple #700A3A

Tints of Tyrian Purple #700A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.22%

R = 62.22%
G = 5.56%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#700A3A (or 0x700A3A) is known color: Tyrian Purple. HEX triplet: 70, 0A and 3A. RGB value is (112,10,58). Sum of RGB (Red+Green+Blue) = 112+10+58=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A3A is #8FF5C5. Grayscale: #2D2D2D. Windows color (decimal): -9434566 or 3803760. OLE color: 3803760.

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

Color convert

RGB 112 10 58 -
CMYK 0 0.91 0.48 0.56
HSL 331.76º 0.84% 0.24% -
HSV(B) 331.76º 0.91% 0.44% -
XYZ 7.55 3.97 4.37 -
YUV 45.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 112 10 58 0 0.91 0.48 0.56 331.76 0.84 0.24
Hex 70 A 3A 0 5B 30 38 14C 54 18
Octal 160 12 72 0 133 60 70 514 124 30
Binary 1110000 1010 111010 0 1011011 110000 111000 101001100 1010100 11000

Color Harmonies of #700A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A3A

Black with #700A3A

Text Example


Text Example

White with #700A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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