Html Css Color HEX #700451 Tyrian Purple

📋 copy color: '#700451'

red 112 ◦ green 4 ◦ blue 81

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

Shades of Tyrian Purple #700451

Tints of Tyrian Purple #700451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 56.85%
G = 2.03%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#700451 (or 0x700451) is known color: Tyrian Purple. HEX triplet: 70, 04 and 51. RGB value is (112,4,81). Sum of RGB (Red+Green+Blue) = 112+4+81=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700451 is #8FFBAE. Grayscale: #2C2C2C. Windows color (decimal): -9436079 or 5309552. OLE color: 5309552.

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

Color convert

RGB 112 4 81 -
CMYK 0 0.96 0.28 0.56
HSL 317.22º 0.93% 0.23% -
HSV(B) 317.22º 0.96% 0.44% -
XYZ 8.21 4.13 8.15 -
YUV 45.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 112 4 81 0 0.96 0.28 0.56 317.22 0.93 0.23
Hex 70 4 51 0 60 1C 38 13D 5D 17
Octal 160 4 121 0 140 34 70 475 135 27
Binary 1110000 100 1010001 0 1100000 11100 111000 100111101 1011101 10111

Color Harmonies of #700451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700451

Black with #700451

Text Example


Text Example

White with #700451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700451; }

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

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

background-color css

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

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

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

border-color css

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

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

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