#873278

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

Shades of Dark Purple #873278

Tints of Dark Purple #873278

Color information

#873278 (or 0x873278) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 78. RGB value is (135,50,120). Sum of RGB (Red+Green+Blue) = 135+50+120=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873278 is #78CD87. Grayscale: #535353. Windows color (decimal): -7916936 or 7877255. OLE color: 7877255.

HSL color Cylindrical-coordinate representation of color #873278: hue angle of 310.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873278 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13550120-
CMYK00.630.110.47
HSL310.59º45.95%36.27%-
HSV(B)310.59º62.96%52.94%-
XYZ14.528.7918.7-
YUV83.39148.66164.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=44.26%
G=16.39%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355012000.630.110.47310.5945.9536.27
Hex87327803FB2F1372e24
Octal2076217007713574675644
Binary10000111110010111100001111111011101111100110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873278; }

 p { color: rgb(135,50,120); }

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

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

 a { background-color: rgb(135,50,120); }

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

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

 span { border-color: rgb(135,50,120); }

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