#880642

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

Shades of Tyrian Purple #880642

Tints of Tyrian Purple #880642

Color information

#880642 (or 0x880642) is unknown color: approx Tyrian Purple. HEX triplet: 88, 06 and 42. RGB value is (136,6,66). Sum of RGB (Red+Green+Blue) = 136+6+66=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880642 is #77F9BD. Grayscale: #333333. Windows color (decimal): -7862718 or 4327048. OLE color: 4327048.

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

Color convert

RGB136666-
CMYK00.960.510.47
HSL332.31º91.55%27.84%-
HSV(B)332.31º95.59%53.33%-
XYZ11.25.765.68-
YUV51.71136.07188.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.38%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=65.38%
G=2.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13666600.960.510.47332.3191.5527.84
Hex88642060332F14c5c1c
Octal21061020140635751413434
Binary10001000110100001001100000110011101111101001100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880642; }

 p { color: rgb(136,6,66); }

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

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

 a { background-color: rgb(136,6,66); }

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

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

 span { border-color: rgb(136,6,66); }

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