Html Css Color HEX #800842 Tyrian Purple

📋 copy color: '#800842'

red 128 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #800842

Tints of Tyrian Purple #800842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 63.37%
G = 3.96%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#800842 (or 0x800842) is known color: Tyrian Purple. HEX triplet: 80, 08 and 42. RGB value is (128,8,66). Sum of RGB (Red+Green+Blue) = 128+8+66=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #800842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800842 is #7FF7BD. Grayscale: #323232. Windows color (decimal): -8386494 or 4327552. OLE color: 4327552.

HSL color Cylindrical-coordinate representation of color #800842: hue angle of 331º 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 #800842 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 66 -
CMYK 0 0.94 0.48 0.50
HSL 331º 0.88% 0.27% -
HSV(B) 331º 0.94% 0.5% -
XYZ 9.97 5.16 5.62 -
YUV 50.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 128 8 66 0 0.94 0.48 0.50 331 0.88 0.27
Hex 80 8 42 0 5E 30 32 14B 58 1B
Octal 200 10 102 0 136 60 62 513 130 33
Binary 10000000 1000 1000010 0 1011110 110000 110010 101001011 1011000 11011

Color Harmonies of #800842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800842

Black with #800842

Text Example


Text Example

White with #800842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800842; }

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

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

background-color css

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

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

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

border-color css

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

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

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