#82267C

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

Shades of Dark Purple #82267C

Tints of Dark Purple #82267C

Color information

#82267C (or 0x82267C) is unknown color: approx Dark Purple. HEX triplet: 82, 26 and 7C. RGB value is (130,38,124). Sum of RGB (Red+Green+Blue) = 130+38+124=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82267C is #7DD983. Grayscale: #4B4B4B. Windows color (decimal): -8247684 or 8136322. OLE color: 8136322.

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

Color convert

RGB13038124-
CMYK00.710.050.49
HSL303.91º54.76%32.94%-
HSV(B)303.91º70.77%50.98%-
XYZ13.547.5919.82-
YUV75.31155.48167.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=44.52%
G=13.01%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303812400.710.050.49303.9154.7632.94
Hex82267C0475311303721
Octal2024617401075614606741
Binary10000010100110111110001000111101110001100110000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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