Html Css Color HEX #800550 Tyrian Purple

📋 copy color: '#800550'

red 128 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #800550

Tints of Tyrian Purple #800550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 60.09%
G = 2.35%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#800550 (or 0x800550) is known color: Tyrian Purple. HEX triplet: 80, 05 and 50. RGB value is (128,5,80). Sum of RGB (Red+Green+Blue) = 128+5+80=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #800550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800550 is #7FFAAF. Grayscale: #323232. Windows color (decimal): -8387248 or 5244288. OLE color: 5244288.

HSL color Cylindrical-coordinate representation of color #800550: hue angle of 323.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800550 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 80 -
CMYK 0 0.96 0.38 0.50
HSL 323.41º 0.92% 0.26% -
HSV(B) 323.41º 0.96% 0.5% -
XYZ 10.4 5.28 8.06 -
YUV 50.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 128 5 80 0 0.96 0.38 0.50 323.41 0.92 0.26
Hex 80 5 50 0 60 26 32 143 5C 1A
Octal 200 5 120 0 140 46 62 503 134 32
Binary 10000000 101 1010000 0 1100000 100110 110010 101000011 1011100 11010

Color Harmonies of #800550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800550

Black with #800550

Text Example


Text Example

White with #800550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800550; }

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

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

background-color css

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

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

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

border-color css

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

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

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