#881273

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

Shades of Dark Purple #881273

Tints of Dark Purple #881273

Color information

#881273 (or 0x881273) is unknown color: approx Dark Purple. HEX triplet: 88, 12 and 73. RGB value is (136,18,115). Sum of RGB (Red+Green+Blue) = 136+18+115=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #881273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881273 is #77ED8C. Grayscale: #404040. Windows color (decimal): -7859597 or 7541384. OLE color: 7541384.

HSL color Cylindrical-coordinate representation of color #881273: hue angle of 310.68º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881273 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13618115-
CMYK00.870.150.47
HSL310.68º76.62%30.2%-
HSV(B)310.68º86.76%53.33%-
XYZ13.466.916.84-
YUV64.34156.59179.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=50.56%
G=6.69%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361811500.870.150.47310.6876.6230.2
Hex881273057F2F1374d1e
Octal210221630127175746711536
Binary10001000100101110011010101111111101111100110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881273; }

 p { color: rgb(136,18,115); }

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

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

 a { background-color: rgb(136,18,115); }

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

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

 span { border-color: rgb(136,18,115); }

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