Html Css Color HEX #800041 Tyrian Purple

📋 copy color: '#800041'

red 128 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #800041

Tints of Tyrian Purple #800041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 66.32%
G = 0%
B = 33.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#800041 (or 0x800041) is known color: Tyrian Purple. HEX triplet: 80, 00 and 41. RGB value is (128,0,65). Sum of RGB (Red+Green+Blue) = 128+0+65=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #800041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800041 is #7FFFBE. Grayscale: #2D2D2D. Windows color (decimal): -8388543 or 4259968. OLE color: 4259968.

HSL color Cylindrical-coordinate representation of color #800041: hue angle of 329.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800041 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 65 -
CMYK 0 1 0.49 0.50
HSL 329.53º 1% 0.25% -
HSV(B) 329.53º 1% 0.5% -
XYZ 9.86 4.97 5.44 -
YUV 45.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 128 0 65 0 1 0.49 0.50 329.53 1 0.25
Hex 80 0 41 0 64 31 32 14A 64 19
Octal 200 0 101 0 144 61 62 512 144 31
Binary 10000000 0 1000001 0 1100100 110001 110010 101001010 1100100 11001

Color Harmonies of #800041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800041

Black with #800041

Text Example


Text Example

White with #800041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800041; }

 p { color: rgb(128,0,65); }

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

background-color css

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

 a { background-color: rgb(128,0,65); }

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

border-color css

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

 span { border-color: rgb(128,0,65); }

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