Html Css Color HEX #700445 Tyrian Purple

📋 copy color: '#700445'

red 112 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #700445

Tints of Tyrian Purple #700445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 60.54%
G = 2.16%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700445 (or 0x700445) is known color: Tyrian Purple. HEX triplet: 70, 04 and 45. RGB value is (112,4,69). Sum of RGB (Red+Green+Blue) = 112+4+69=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700445 is #8FFBBA. Grayscale: #2B2B2B. Windows color (decimal): -9436091 or 4523120. OLE color: 4523120.

HSL color Cylindrical-coordinate representation of color #700445: hue angle of 323.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700445 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 69 -
CMYK 0 0.96 0.38 0.56
HSL 323.89º 0.93% 0.23% -
HSV(B) 323.89º 0.96% 0.44% -
XYZ 7.8 3.96 5.98 -
YUV 43.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 112 4 69 0 0.96 0.38 0.56 323.89 0.93 0.23
Hex 70 4 45 0 60 26 38 144 5D 17
Octal 160 4 105 0 140 46 70 504 135 27
Binary 1110000 100 1000101 0 1100000 100110 111000 101000100 1011101 10111

Color Harmonies of #700445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700445

Black with #700445

Text Example


Text Example

White with #700445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700445; }

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

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

background-color css

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

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

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

border-color css

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

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

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