#871761

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

Shades of Dark Purple #871761

Tints of Dark Purple #871761

Color information

#871761 (or 0x871761) is unknown color: approx Dark Purple. HEX triplet: 87, 17 and 61. RGB value is (135,23,97). Sum of RGB (Red+Green+Blue) = 135+23+97=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #871761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871761 is #78E89E. Grayscale: #404040. Windows color (decimal): -7923871 or 6363015. OLE color: 6363015.

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

Color convert

RGB1352397-
CMYK00.830.280.47
HSL320.36º70.89%30.98%-
HSV(B)320.36º82.96%52.94%-
XYZ12.466.6311.93-
YUV64.92146.11177.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=52.94%
G=9.02%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135239700.830.280.47320.3670.8930.98
Hex8717610531C2F140471f
Octal207271410123345750010737
Binary100001111011111000010101001111100101111101000000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871761; }

 p { color: rgb(135,23,97); }

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

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

 a { background-color: rgb(135,23,97); }

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

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

 span { border-color: rgb(135,23,97); }

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