#800B43

Color #800B43 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #800B43

Tints of Tyrian Purple #800B43

Color information

#800B43 (or 0x800B43) is unknown color: approx Tyrian Purple. HEX triplet: 80, 0B and 43. RGB value is (128,11,67). Sum of RGB (Red+Green+Blue) = 128+11+67=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #800B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B43 is #7FF4BC. Grayscale: #343434. Windows color (decimal): -8385725 or 4393856. OLE color: 4393856.

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

Color convert

RGB1281167-
CMYK00.910.480.50
HSL331.28º84.17%27.25%-
HSV(B)331.28º91.41%50.2%-
XYZ10.035.235.79-
YUV52.37136.26181.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=62.14%
G=5.34%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128116700.910.480.50331.2884.1727.25
Hex80B4305B303214b541b
Octal200131030133606251312433
Binary100000001011100001101011011110000110010101001011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #800B43;
 }
 .AnyTagClassName
 {
   color: #800B43;
 }
</style>
background-color css

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

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

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

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

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

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