Html Css Color HEX #800B41 Tyrian Purple

📋 copy color: '#800B41'

red 128 ◦ green 11 ◦ blue 65

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

Shades of Tyrian Purple #800B41

Tints of Tyrian Purple #800B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

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

R = 62.75%
G = 5.39%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#800B41 (or 0x800B41) is known color: Tyrian Purple. HEX triplet: 80, 0B and 41. RGB value is (128,11,65). Sum of RGB (Red+Green+Blue) = 128+11+65=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #800B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B41 is #7FF4BE. Grayscale: #343434. Windows color (decimal): -8385727 or 4262784. OLE color: 4262784.

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

Color convert

RGB 128 11 65 -
CMYK 0 0.91 0.49 0.50
HSL 332.31º 0.84% 0.27% -
HSV(B) 332.31º 0.91% 0.5% -
XYZ 9.98 5.21 5.48 -
YUV 52.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 128 11 65 0 0.91 0.49 0.50 332.31 0.84 0.27
Hex 80 B 41 0 5B 31 32 14C 54 1B
Octal 200 13 101 0 133 61 62 514 124 33
Binary 10000000 1011 1000001 0 1011011 110001 110010 101001100 1010100 11011

Color Harmonies of #800B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B41

Black with #800B41

Text Example


Text Example

White with #800B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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