#821760

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

Shades of Dark Purple #821760

Tints of Dark Purple #821760

Color information

#821760 (or 0x821760) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 60. RGB value is (130,23,96). Sum of RGB (Red+Green+Blue) = 130+23+96=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821760 is #7DE89F. Grayscale: #3F3F3F. Windows color (decimal): -8251552 or 6297474. OLE color: 6297474.

HSL color Cylindrical-coordinate representation of color #821760: hue angle of 319.07º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821760 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1302396-
CMYK00.820.260.49
HSL319.07º69.93%30%-
HSV(B)319.07º82.31%50.98%-
XYZ11.626.211.65-
YUV63.32146.45175.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=52.21%
G=9.24%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130239600.820.260.49319.0769.9330
Hex8217600521A3113f461e
Octal202271400122326147710636
Binary100000101011111000000101001011010110001100111111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821760; }

 p { color: rgb(130,23,96); }

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

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

 a { background-color: rgb(130,23,96); }

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

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

 span { border-color: rgb(130,23,96); }

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