Html Css Color HEX #700858 Tyrian Purple

📋 copy color: '#700858'

red 112 ◦ green 8 ◦ blue 88

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

Shades of Tyrian Purple #700858

Tints of Tyrian Purple #700858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 53.85%
G = 3.85%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700858 (or 0x700858) is known color: Tyrian Purple. HEX triplet: 70, 08 and 58. RGB value is (112,8,88). Sum of RGB (Red+Green+Blue) = 112+8+88=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700858 is #8FF7A7. Grayscale: #303030. Windows color (decimal): -9435048 or 5769328. OLE color: 5769328.

HSL color Cylindrical-coordinate representation of color #700858: hue angle of 313.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700858 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 88 -
CMYK 0 0.93 0.21 0.56
HSL 313.85º 0.87% 0.24% -
HSV(B) 313.85º 0.93% 0.44% -
XYZ 8.53 4.32 9.62 -
YUV 48.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 112 8 88 0 0.93 0.21 0.56 313.85 0.87 0.24
Hex 70 8 58 0 5D 15 38 13A 57 18
Octal 160 10 130 0 135 25 70 472 127 30
Binary 1110000 1000 1011000 0 1011101 10101 111000 100111010 1010111 11000

Color Harmonies of #700858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700858

Black with #700858

Text Example


Text Example

White with #700858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700858; }

 p { color: rgb(112,8,88); }

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

background-color css

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

 a { background-color: rgb(112,8,88); }

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

border-color css

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

 span { border-color: rgb(112,8,88); }

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