#821175

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

Shades of Dark Purple #821175

Tints of Dark Purple #821175

Color information

#821175 (or 0x821175) is unknown color: approx Dark Purple. HEX triplet: 82, 11 and 75. RGB value is (130,17,117). Sum of RGB (Red+Green+Blue) = 130+17+117=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #821175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821175 is #7DEE8A. Grayscale: #3D3D3D. Windows color (decimal): -8253067 or 7672194. OLE color: 7672194.

HSL color Cylindrical-coordinate representation of color #821175: hue angle of 306.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821175 is Cyan = 0, Magento = 0.87, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB13017117-
CMYK00.870.10.49
HSL306.9º76.87%28.82%-
HSV(B)306.9º86.92%50.98%-
XYZ12.626.4317.41-
YUV62.19158.94176.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=49.24%
G=6.44%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301711700.870.10.49306.976.8728.82
Hex821175057A311334d1d
Octal202211650127126146311535
Binary10000010100011110101010101111010110001100110011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821175; }

 p { color: rgb(130,17,117); }

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

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

 a { background-color: rgb(130,17,117); }

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

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

 span { border-color: rgb(130,17,117); }

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