Html Css Color HEX #800540 Tyrian Purple

📋 copy color: '#800540'

red 128 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #800540

Tints of Tyrian Purple #800540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 64.97%
G = 2.54%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#800540 (or 0x800540) is known color: Tyrian Purple. HEX triplet: 80, 05 and 40. RGB value is (128,5,64). Sum of RGB (Red+Green+Blue) = 128+5+64=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #800540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800540 is #7FFABF. Grayscale: #303030. Windows color (decimal): -8387264 or 4195712. OLE color: 4195712.

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

Color convert

RGB 128 5 64 -
CMYK 0 0.96 0.5 0.50
HSL 331.22º 0.92% 0.26% -
HSV(B) 331.22º 0.96% 0.5% -
XYZ 9.88 5.07 5.31 -
YUV 48.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 128 5 64 0 0.96 0.5 0.50 331.22 0.92 0.26
Hex 80 5 40 0 60 32 32 14B 5C 1A
Octal 200 5 100 0 140 62 62 513 134 32
Binary 10000000 101 1000000 0 1100000 110010 110010 101001011 1011100 11010

Color Harmonies of #800540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800540

Black with #800540

Text Example


Text Example

White with #800540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800540; }

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

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

background-color css

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

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

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

border-color css

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

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

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