Html Css Color HEX #700846 Tyrian Purple

📋 copy color: '#700846'

red 112 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #700846

Tints of Tyrian Purple #700846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 58.95%
G = 4.21%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#700846 (or 0x700846) is known color: Tyrian Purple. HEX triplet: 70, 08 and 46. RGB value is (112,8,70). Sum of RGB (Red+Green+Blue) = 112+8+70=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700846 is #8FF7B9. Grayscale: #2E2E2E. Windows color (decimal): -9435066 or 4589680. OLE color: 4589680.

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

Color convert

RGB 112 8 70 -
CMYK 0 0.93 0.38 0.56
HSL 324.23º 0.87% 0.24% -
HSV(B) 324.23º 0.93% 0.44% -
XYZ 7.87 4.06 6.16 -
YUV 46.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 112 8 70 0 0.93 0.38 0.56 324.23 0.87 0.24
Hex 70 8 46 0 5D 26 38 144 57 18
Octal 160 10 106 0 135 46 70 504 127 30
Binary 1110000 1000 1000110 0 1011101 100110 111000 101000100 1010111 11000

Color Harmonies of #700846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700846

Black with #700846

Text Example


Text Example

White with #700846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700846; }

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

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

background-color css

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

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

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

border-color css

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

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

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