Html Css Color HEX #700444 Tyrian Purple

📋 copy color: '#700444'

red 112 ◦ green 4 ◦ blue 68

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

Shades of Tyrian Purple #700444

Tints of Tyrian Purple #700444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 60.87%
G = 2.17%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#700444 (or 0x700444) is known color: Tyrian Purple. HEX triplet: 70, 04 and 44. RGB value is (112,4,68). Sum of RGB (Red+Green+Blue) = 112+4+68=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #700444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700444 is #8FFBBB. Grayscale: #2B2B2B. Windows color (decimal): -9436092 or 4457584. OLE color: 4457584.

HSL color Cylindrical-coordinate representation of color #700444: hue angle of 324.44º 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 #700444 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 68 -
CMYK 0 0.96 0.39 0.56
HSL 324.44º 0.93% 0.23% -
HSV(B) 324.44º 0.96% 0.44% -
XYZ 7.77 3.95 5.82 -
YUV 43.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 112 4 68 0 0.96 0.39 0.56 324.44 0.93 0.23
Hex 70 4 44 0 60 27 38 144 5D 17
Octal 160 4 104 0 140 47 70 504 135 27
Binary 1110000 100 1000100 0 1100000 100111 111000 101000100 1011101 10111

Color Harmonies of #700444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700444

Black with #700444

Text Example


Text Example

White with #700444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700444; }

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

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

background-color css

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

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

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

border-color css

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

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

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