Html Css Color HEX #700956 Tyrian Purple

📋 copy color: '#700956'

red 112 ◦ green 9 ◦ blue 86

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

Shades of Tyrian Purple #700956

Tints of Tyrian Purple #700956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 54.11%
G = 4.35%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#700956 (or 0x700956) is known color: Tyrian Purple. HEX triplet: 70, 09 and 56. RGB value is (112,9,86). Sum of RGB (Red+Green+Blue) = 112+9+86=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #700956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700956 is #8FF6A9. Grayscale: #303030. Windows color (decimal): -9434794 or 5638512. OLE color: 5638512.

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

Color convert

RGB 112 9 86 -
CMYK 0 0.92 0.23 0.56
HSL 315.15º 0.85% 0.24% -
HSV(B) 315.15º 0.92% 0.44% -
XYZ 8.46 4.31 9.19 -
YUV 48.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 112 9 86 0 0.92 0.23 0.56 315.15 0.85 0.24
Hex 70 9 56 0 5C 17 38 13B 55 18
Octal 160 11 126 0 134 27 70 473 125 30
Binary 1110000 1001 1010110 0 1011100 10111 111000 100111011 1010101 11000

Color Harmonies of #700956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700956

Black with #700956

Text Example


Text Example

White with #700956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700956; }

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

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

background-color css

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

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

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

border-color css

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

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

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