#880541

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

Shades of Tyrian Purple #880541

Tints of Tyrian Purple #880541

Color information

#880541 (or 0x880541) is unknown color: approx Tyrian Purple. HEX triplet: 88, 05 and 41. RGB value is (136,5,65). Sum of RGB (Red+Green+Blue) = 136+5+65=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880541 is #77FABE. Grayscale: #323232. Windows color (decimal): -7862975 or 4261256. OLE color: 4261256.

HSL color Cylindrical-coordinate representation of color #880541: hue angle of 332.52º degrees, saturation: 0.93, 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 #880541 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB136565-
CMYK00.960.520.47
HSL332.52º92.91%27.65%-
HSV(B)332.52º96.32%53.33%-
XYZ11.165.725.52-
YUV51.01135.9188.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=66.02%
G=2.43%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13656500.960.520.47332.5292.9127.65
Hex88541060342F14d5d1c
Octal21051010140645751513534
Binary10001000101100000101100000110100101111101001101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880541; }

 p { color: rgb(136,5,65); }

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

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

 a { background-color: rgb(136,5,65); }

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

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

 span { border-color: rgb(136,5,65); }

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