Html Css Color HEX #700556 Tyrian Purple

📋 copy color: '#700556'

red 112 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #700556

Tints of Tyrian Purple #700556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 55.17%
G = 2.46%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#700556 (or 0x700556) is known color: Tyrian Purple. HEX triplet: 70, 05 and 56. RGB value is (112,5,86). Sum of RGB (Red+Green+Blue) = 112+5+86=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #700556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700556 is #8FFAA9. Grayscale: #2E2E2E. Windows color (decimal): -9435818 or 5637488. OLE color: 5637488.

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

Color convert

RGB 112 5 86 -
CMYK 0 0.96 0.23 0.56
HSL 314.58º 0.91% 0.23% -
HSV(B) 314.58º 0.96% 0.44% -
XYZ 8.42 4.23 9.18 -
YUV 46.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 112 5 86 0 0.96 0.23 0.56 314.58 0.91 0.23
Hex 70 5 56 0 60 17 38 13B 5B 17
Octal 160 5 126 0 140 27 70 473 133 27
Binary 1110000 101 1010110 0 1100000 10111 111000 100111011 1011011 10111

Color Harmonies of #700556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700556

Black with #700556

Text Example


Text Example

White with #700556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700556; }

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

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

background-color css

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

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

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

border-color css

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

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

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