Html Css Color HEX #800845 Tyrian Purple

📋 copy color: '#800845'

red 128 ◦ green 8 ◦ blue 69

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

Shades of Tyrian Purple #800845

Tints of Tyrian Purple #800845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 62.44%
G = 3.9%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#800845 (or 0x800845) is known color: Tyrian Purple. HEX triplet: 80, 08 and 45. RGB value is (128,8,69). Sum of RGB (Red+Green+Blue) = 128+8+69=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #800845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800845 is #7FF7BA. Grayscale: #323232. Windows color (decimal): -8386491 or 4524160. OLE color: 4524160.

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

Color convert

RGB 128 8 69 -
CMYK 0 0.94 0.46 0.50
HSL 329.5º 0.88% 0.27% -
HSV(B) 329.5º 0.94% 0.5% -
XYZ 10.06 5.19 6.1 -
YUV 50.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 128 8 69 0 0.94 0.46 0.50 329.5 0.88 0.27
Hex 80 8 45 0 5E 2E 32 14A 58 1B
Octal 200 10 105 0 136 56 62 512 130 33
Binary 10000000 1000 1000101 0 1011110 101110 110010 101001010 1011000 11011

Color Harmonies of #800845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800845

Black with #800845

Text Example


Text Example

White with #800845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800845; }

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

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

background-color css

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

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

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

border-color css

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

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

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