Html Css Color HEX #700758 Tyrian Purple

📋 copy color: '#700758'

red 112 ◦ green 7 ◦ blue 88

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

Shades of Tyrian Purple #700758

Tints of Tyrian Purple #700758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 54.11%
G = 3.38%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700758 (or 0x700758) is known color: Tyrian Purple. HEX triplet: 70, 07 and 58. RGB value is (112,7,88). Sum of RGB (Red+Green+Blue) = 112+7+88=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #700758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700758 is #8FF8A7. Grayscale: #2F2F2F. Windows color (decimal): -9435304 or 5769072. OLE color: 5769072.

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

Color convert

RGB 112 7 88 -
CMYK 0 0.94 0.21 0.56
HSL 313.71º 0.88% 0.23% -
HSV(B) 313.71º 0.94% 0.44% -
XYZ 8.52 4.3 9.61 -
YUV 47.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 112 7 88 0 0.94 0.21 0.56 313.71 0.88 0.23
Hex 70 7 58 0 5E 15 38 13A 58 17
Octal 160 7 130 0 136 25 70 472 130 27
Binary 1110000 111 1011000 0 1011110 10101 111000 100111010 1011000 10111

Color Harmonies of #700758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700758

Black with #700758

Text Example


Text Example

White with #700758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700758; }

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

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

background-color css

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

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

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

border-color css

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

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

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