Html Css Color HEX #800542 Tyrian Purple

📋 copy color: '#800542'

red 128 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #800542

Tints of Tyrian Purple #800542

RGB

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

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

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

R = 64.32%
G = 2.51%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#800542 (or 0x800542) is known color: Tyrian Purple. HEX triplet: 80, 05 and 42. RGB value is (128,5,66). Sum of RGB (Red+Green+Blue) = 128+5+66=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #800542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800542 is #7FFABD. Grayscale: #303030. Windows color (decimal): -8387262 or 4326784. OLE color: 4326784.

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

Color convert

RGB 128 5 66 -
CMYK 0 0.96 0.48 0.50
HSL 330.24º 0.92% 0.26% -
HSV(B) 330.24º 0.96% 0.5% -
XYZ 9.94 5.09 5.61 -
YUV 48.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 128 5 66 0 0.96 0.48 0.50 330.24 0.92 0.26
Hex 80 5 42 0 60 30 32 14A 5C 1A
Octal 200 5 102 0 140 60 62 512 134 32
Binary 10000000 101 1000010 0 1100000 110000 110010 101001010 1011100 11010

Color Harmonies of #800542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800542

Black with #800542

Text Example


Text Example

White with #800542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800542; }

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

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

background-color css

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

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

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

border-color css

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

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

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