Html Css Color HEX #700344 Tyrian Purple

📋 copy color: '#700344'

red 112 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #700344

Tints of Tyrian Purple #700344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 61.2%
G = 1.64%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#700344 (or 0x700344) is known color: Tyrian Purple. HEX triplet: 70, 03 and 44. RGB value is (112,3,68). Sum of RGB (Red+Green+Blue) = 112+3+68=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700344 is #8FFCBB. Grayscale: #2A2A2A. Windows color (decimal): -9436348 or 4457328. OLE color: 4457328.

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

Color convert

RGB 112 3 68 -
CMYK 0 0.97 0.39 0.56
HSL 324.22º 0.95% 0.23% -
HSV(B) 324.22º 0.97% 0.44% -
XYZ 7.76 3.93 5.82 -
YUV 43 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 112 3 68 0 0.97 0.39 0.56 324.22 0.95 0.23
Hex 70 3 44 0 61 27 38 144 5F 17
Octal 160 3 104 0 141 47 70 504 137 27
Binary 1110000 11 1000100 0 1100001 100111 111000 101000100 1011111 10111

Color Harmonies of #700344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700344

Black with #700344

Text Example


Text Example

White with #700344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700344; }

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

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

background-color css

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

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

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

border-color css

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

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

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