Html Css Color HEX #700347 Tyrian Purple

📋 copy color: '#700347'

red 112 ◦ green 3 ◦ blue 71

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

Shades of Tyrian Purple #700347

Tints of Tyrian Purple #700347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 60.22%
G = 1.61%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#700347 (or 0x700347) is known color: Tyrian Purple. HEX triplet: 70, 03 and 47. RGB value is (112,3,71). Sum of RGB (Red+Green+Blue) = 112+3+71=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700347 is #8FFCB8. Grayscale: #2B2B2B. Windows color (decimal): -9436345 or 4653936. OLE color: 4653936.

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

Color convert

RGB 112 3 71 -
CMYK 0 0.97 0.37 0.56
HSL 322.57º 0.95% 0.23% -
HSV(B) 322.57º 0.97% 0.44% -
XYZ 7.85 3.96 6.31 -
YUV 43.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 112 3 71 0 0.97 0.37 0.56 322.57 0.95 0.23
Hex 70 3 47 0 61 25 38 143 5F 17
Octal 160 3 107 0 141 45 70 503 137 27
Binary 1110000 11 1000111 0 1100001 100101 111000 101000011 1011111 10111

Color Harmonies of #700347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700347

Black with #700347

Text Example


Text Example

White with #700347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700347; }

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

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

background-color css

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

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

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

border-color css

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

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

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