Html Css Color HEX #700559 Tyrian Purple

📋 copy color: '#700559'

red 112 ◦ green 5 ◦ blue 89

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

Shades of Tyrian Purple #700559

Tints of Tyrian Purple #700559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 54.37%
G = 2.43%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700559 (or 0x700559) is known color: Tyrian Purple. HEX triplet: 70, 05 and 59. RGB value is (112,5,89). Sum of RGB (Red+Green+Blue) = 112+5+89=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700559 is #8FFAA6. Grayscale: #2E2E2E. Windows color (decimal): -9435815 or 5834096. OLE color: 5834096.

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

Color convert

RGB 112 5 89 -
CMYK 0 0.96 0.21 0.56
HSL 312.9º 0.91% 0.23% -
HSV(B) 312.9º 0.96% 0.44% -
XYZ 8.54 4.27 9.83 -
YUV 46.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 112 5 89 0 0.96 0.21 0.56 312.9 0.91 0.23
Hex 70 5 59 0 60 15 38 139 5B 17
Octal 160 5 131 0 140 25 70 471 133 27
Binary 1110000 101 1011001 0 1100000 10101 111000 100111001 1011011 10111

Color Harmonies of #700559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700559

Black with #700559

Text Example


Text Example

White with #700559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700559; }

 p { color: rgb(112,5,89); }

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

background-color css

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

 a { background-color: rgb(112,5,89); }

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

border-color css

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

 span { border-color: rgb(112,5,89); }

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