Html Css Color HEX #800850 Tyrian Purple

📋 copy color: '#800850'

red 128 ◦ green 8 ◦ blue 80

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

Shades of Tyrian Purple #800850

Tints of Tyrian Purple #800850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 59.26%
G = 3.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#800850 (or 0x800850) is known color: Tyrian Purple. HEX triplet: 80, 08 and 50. RGB value is (128,8,80). Sum of RGB (Red+Green+Blue) = 128+8+80=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #800850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800850 is #7FF7AF. Grayscale: #333333. Windows color (decimal): -8386480 or 5245056. OLE color: 5245056.

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

Color convert

RGB 128 8 80 -
CMYK 0 0.94 0.38 0.50
HSL 324º 0.88% 0.27% -
HSV(B) 324º 0.94% 0.5% -
XYZ 10.44 5.34 8.07 -
YUV 52.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 128 8 80 0 0.94 0.38 0.50 324 0.88 0.27
Hex 80 8 50 0 5E 26 32 144 58 1B
Octal 200 10 120 0 136 46 62 504 130 33
Binary 10000000 1000 1010000 0 1011110 100110 110010 101000100 1011000 11011

Color Harmonies of #800850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800850

Black with #800850

Text Example


Text Example

White with #800850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800850; }

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

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

background-color css

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

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

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

border-color css

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

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

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