Html Css Color HEX #700447 Tyrian Purple

📋 copy color: '#700447'

red 112 ◦ green 4 ◦ blue 71

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

Shades of Tyrian Purple #700447

Tints of Tyrian Purple #700447

RGB

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

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

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

R = 59.89%
G = 2.14%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#700447 (or 0x700447) is known color: Tyrian Purple. HEX triplet: 70, 04 and 47. RGB value is (112,4,71). Sum of RGB (Red+Green+Blue) = 112+4+71=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700447 is #8FFBB8. Grayscale: #2B2B2B. Windows color (decimal): -9436089 or 4654192. OLE color: 4654192.

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

Color convert

RGB 112 4 71 -
CMYK 0 0.96 0.37 0.56
HSL 322.78º 0.93% 0.23% -
HSV(B) 322.78º 0.96% 0.44% -
XYZ 7.86 3.99 6.32 -
YUV 43.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 112 4 71 0 0.96 0.37 0.56 322.78 0.93 0.23
Hex 70 4 47 0 60 25 38 143 5D 17
Octal 160 4 107 0 140 45 70 503 135 27
Binary 1110000 100 1000111 0 1100000 100101 111000 101000011 1011101 10111

Color Harmonies of #700447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700447

Black with #700447

Text Example


Text Example

White with #700447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700447; }

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

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

background-color css

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

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

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

border-color css

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

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

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