Html Css Color HEX #700158 Tyrian Purple

📋 copy color: '#700158'

red 112 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #700158

Tints of Tyrian Purple #700158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 55.72%
G = 0.5%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700158 (or 0x700158) is known color: Tyrian Purple. HEX triplet: 70, 01 and 58. RGB value is (112,1,88). Sum of RGB (Red+Green+Blue) = 112+1+88=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700158 is #8FFEA7. Grayscale: #2B2B2B. Windows color (decimal): -9436840 or 5767536. OLE color: 5767536.

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

Color convert

RGB 112 1 88 -
CMYK 0 0.99 0.21 0.56
HSL 312.97º 0.98% 0.22% -
HSV(B) 312.97º 0.99% 0.44% -
XYZ 8.45 4.17 9.59 -
YUV 44.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 112 1 88 0 0.99 0.21 0.56 312.97 0.98 0.22
Hex 70 1 58 0 63 15 38 139 62 16
Octal 160 1 130 0 143 25 70 471 142 26
Binary 1110000 1 1011000 0 1100011 10101 111000 100111001 1100010 10110

Color Harmonies of #700158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700158

Black with #700158

Text Example


Text Example

White with #700158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700158; }

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

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

background-color css

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

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

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

border-color css

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

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

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