#880846

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

Shades of Tyrian Purple #880846

Tints of Tyrian Purple #880846

Color information

#880846 (or 0x880846) is unknown color: approx Tyrian Purple. HEX triplet: 88, 08 and 46. RGB value is (136,8,70). Sum of RGB (Red+Green+Blue) = 136+8+70=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #880846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880846 is #77F7B9. Grayscale: #353535. Windows color (decimal): -7862202 or 4589704. OLE color: 4589704.

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

Color convert

RGB136870-
CMYK00.940.490.47
HSL330.94º88.89%28.24%-
HSV(B)330.94º94.12%53.33%-
XYZ11.355.856.33-
YUV53.34137.41186.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=63.55%
G=3.74%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13687000.940.490.47330.9488.8928.24
Hex8884605E312F14b591c
Octal210101060136615751313134
Binary100010001000100011001011110110001101111101001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880846; }

 p { color: rgb(136,8,70); }

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

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

 a { background-color: rgb(136,8,70); }

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

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

 span { border-color: rgb(136,8,70); }

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