#880243

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

Shades of Tyrian Purple #880243

Tints of Tyrian Purple #880243

Color information

#880243 (or 0x880243) is unknown color: approx Tyrian Purple. HEX triplet: 88, 02 and 43. RGB value is (136,2,67). Sum of RGB (Red+Green+Blue) = 136+2+67=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880243 is #77FDBC. Grayscale: #313131. Windows color (decimal): -7863741 or 4391560. OLE color: 4391560.

HSL color Cylindrical-coordinate representation of color #880243: hue angle of 330.9º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880243 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB136267-
CMYK00.990.510.47
HSL330.9º97.1%27.06%-
HSV(B)330.9º98.53%53.33%-
XYZ11.195.685.82-
YUV49.48137.89189.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 67 (26.56% from 255) = 32.68%
R=66.34%
G=0.98%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13626700.990.510.47330.997.127.06
Hex88243063332F14b611b
Octal21021030143635751314133
Binary1000100010100001101100011110011101111101001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880243; }

 p { color: rgb(136,2,67); }

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

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

 a { background-color: rgb(136,2,67); }

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

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

 span { border-color: rgb(136,2,67); }

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