Html Css Color HEX #700A45 Tyrian Purple

📋 copy color: '#700A45'

red 112 ◦ green 10 ◦ blue 69

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

Shades of Tyrian Purple #700A45

Tints of Tyrian Purple #700A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 58.64%
G = 5.24%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700A45 (or 0x700A45) is known color: Tyrian Purple. HEX triplet: 70, 0A and 45. RGB value is (112,10,69). Sum of RGB (Red+Green+Blue) = 112+10+69=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A45 is #8FF5BA. Grayscale: #2F2F2F. Windows color (decimal): -9434555 or 4524656. OLE color: 4524656.

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

Color convert

RGB 112 10 69 -
CMYK 0 0.91 0.38 0.56
HSL 325.29º 0.84% 0.24% -
HSV(B) 325.29º 0.91% 0.44% -
XYZ 7.86 4.09 6.01 -
YUV 47.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 112 10 69 0 0.91 0.38 0.56 325.29 0.84 0.24
Hex 70 A 45 0 5B 26 38 145 54 18
Octal 160 12 105 0 133 46 70 505 124 30
Binary 1110000 1010 1000101 0 1011011 100110 111000 101000101 1010100 11000

Color Harmonies of #700A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A45

Black with #700A45

Text Example


Text Example

White with #700A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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