#873081

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

Shades of Dark Purple #873081

Tints of Dark Purple #873081

Color information

#873081 (or 0x873081) is unknown color: approx Dark Purple. HEX triplet: 87, 30 and 81. RGB value is (135,48,129). Sum of RGB (Red+Green+Blue) = 135+48+129=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #873081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873081 is #78CF7E. Grayscale: #535353. Windows color (decimal): -7917439 or 8466567. OLE color: 8466567.

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

Color convert

RGB13548129-
CMYK00.640.040.47
HSL304.14º47.54%35.88%-
HSV(B)304.14º64.44%52.94%-
XYZ15.018.8521.69-
YUV83.25153.82164.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=43.27%
G=15.38%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354812900.640.040.47304.1447.5435.88
Hex87308104042F1303024
Octal2076020101004574606044
Binary100001111100001000000101000000100101111100110000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873081; }

 p { color: rgb(135,48,129); }

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

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

 a { background-color: rgb(135,48,129); }

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

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

 span { border-color: rgb(135,48,129); }

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