#82137B

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

Shades of Dark Purple #82137B

Tints of Dark Purple #82137B

Color information

#82137B (or 0x82137B) is unknown color: approx Dark Purple. HEX triplet: 82, 13 and 7B. RGB value is (130,19,123). Sum of RGB (Red+Green+Blue) = 130+19+123=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82137B is #7DEC84. Grayscale: #3F3F3F. Windows color (decimal): -8252549 or 8065922. OLE color: 8065922.

HSL color Cylindrical-coordinate representation of color #82137B: hue angle of 303.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82137B is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13019123-
CMYK00.850.050.49
HSL303.78º74.5%29.22%-
HSV(B)303.78º85.38%50.98%-
XYZ13.016.6419.33-
YUV64.04161.27175.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=47.79%
G=6.99%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301912300.850.050.49303.7874.529.22
Hex82137B0555311304a1d
Octal20223173012556146011235
Binary1000001010011111101101010101101110001100110000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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