Html Css Color HEX #800846 Tyrian Purple

📋 copy color: '#800846'

red 128 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #800846

Tints of Tyrian Purple #800846

RGB

 RED value IS 128 (50.39% from 255) = 62.14%

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

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

R = 62.14%
G = 3.88%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#800846 (or 0x800846) is known color: Tyrian Purple. HEX triplet: 80, 08 and 46. RGB value is (128,8,70). Sum of RGB (Red+Green+Blue) = 128+8+70=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #800846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800846 is #7FF7B9. Grayscale: #323232. Windows color (decimal): -8386490 or 4589696. OLE color: 4589696.

HSL color Cylindrical-coordinate representation of color #800846: hue angle of 329º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800846 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 70 -
CMYK 0 0.94 0.45 0.50
HSL 329º 0.88% 0.27% -
HSV(B) 329º 0.94% 0.5% -
XYZ 10.09 5.21 6.27 -
YUV 50.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 128 8 70 0 0.94 0.45 0.50 329 0.88 0.27
Hex 80 8 46 0 5E 2D 32 149 58 1B
Octal 200 10 106 0 136 55 62 511 130 33
Binary 10000000 1000 1000110 0 1011110 101101 110010 101001001 1011000 11011

Color Harmonies of #800846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800846

Black with #800846

Text Example


Text Example

White with #800846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800846; }

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

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

background-color css

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

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

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

border-color css

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

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

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