#82117B

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

Shades of Dark Purple #82117B

Tints of Dark Purple #82117B

Color information

#82117B (or 0x82117B) is unknown color: approx Dark Purple. HEX triplet: 82, 11 and 7B. RGB value is (130,17,123). Sum of RGB (Red+Green+Blue) = 130+17+123=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82117B is #7DEE84. Grayscale: #3E3E3E. Windows color (decimal): -8253061 or 8065410. OLE color: 8065410.

HSL color Cylindrical-coordinate representation of color #82117B: hue angle of 303.72º 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 #82117B is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13017123-
CMYK00.870.050.49
HSL303.72º76.87%28.82%-
HSV(B)303.72º86.92%50.98%-
XYZ12.986.5819.32-
YUV62.87161.94175.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=48.15%
G=6.30%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301712300.870.050.49303.7276.8728.82
Hex82117B0575311304d1d
Octal20221173012756146011535
Binary1000001010001111101101010111101110001100110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82117B; }

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

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

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

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

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

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

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

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