#82237C

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

Shades of Dark Purple #82237C

Tints of Dark Purple #82237C

Color information

#82237C (or 0x82237C) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 7C. RGB value is (130,35,124). Sum of RGB (Red+Green+Blue) = 130+35+124=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82237C is #7DDC83. Grayscale: #494949. Windows color (decimal): -8248452 or 8135554. OLE color: 8135554.

HSL color Cylindrical-coordinate representation of color #82237C: hue angle of 303.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82237C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13035124-
CMYK00.730.050.49
HSL303.79º57.58%32.35%-
HSV(B)303.79º73.08%50.98%-
XYZ13.457.419.79-
YUV73.55156.47168.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=44.98%
G=12.11%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303512400.730.050.49303.7957.5832.35
Hex82237C0495311303a20
Octal2024317401115614607240
Binary10000010100011111110001001001101110001100110000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82237C; }

 p { color: rgb(130,35,124); }

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

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

 a { background-color: rgb(130,35,124); }

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

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

 span { border-color: rgb(130,35,124); }

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