#880743

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

Shades of Tyrian Purple #880743

Tints of Tyrian Purple #880743

Color information

#880743 (or 0x880743) is unknown color: approx Tyrian Purple. HEX triplet: 88, 07 and 43. RGB value is (136,7,67). Sum of RGB (Red+Green+Blue) = 136+7+67=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880743 is #77F8BC. Grayscale: #343434. Windows color (decimal): -7862461 or 4392840. OLE color: 4392840.

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

Color convert

RGB136767-
CMYK00.950.510.47
HSL332.09º90.21%28.04%-
HSV(B)332.09º94.85%53.33%-
XYZ11.245.795.84-
YUV52.41136.24187.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.76%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=64.76%
G=3.33%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13676700.950.510.47332.0990.2128.04
Hex8874305F332F14c5a1c
Octal21071030137635751413234
Binary10001000111100001101011111110011101111101001100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880743; }

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

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

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

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

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

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

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

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