Html Css Color HEX #700855 Tyrian Purple

📋 copy color: '#700855'

red 112 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #700855

Tints of Tyrian Purple #700855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 54.63%
G = 3.9%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#700855 (or 0x700855) is known color: Tyrian Purple. HEX triplet: 70, 08 and 55. RGB value is (112,8,85). Sum of RGB (Red+Green+Blue) = 112+8+85=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #700855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700855 is #8FF7AA. Grayscale: #2F2F2F. Windows color (decimal): -9435051 or 5572720. OLE color: 5572720.

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

Color convert

RGB 112 8 85 -
CMYK 0 0.93 0.24 0.56
HSL 315.58º 0.87% 0.24% -
HSV(B) 315.58º 0.93% 0.44% -
XYZ 8.41 4.27 8.98 -
YUV 47.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 112 8 85 0 0.93 0.24 0.56 315.58 0.87 0.24
Hex 70 8 55 0 5D 18 38 13C 57 18
Octal 160 10 125 0 135 30 70 474 127 30
Binary 1110000 1000 1010101 0 1011101 11000 111000 100111100 1010111 11000

Color Harmonies of #700855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700855

Black with #700855

Text Example


Text Example

White with #700855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700855; }

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

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

background-color css

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

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

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

border-color css

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

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

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