#82237A

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

Shades of Dark Purple #82237A

Tints of Dark Purple #82237A

Color information

#82237A (or 0x82237A) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 7A. RGB value is (130,35,122). Sum of RGB (Red+Green+Blue) = 130+35+122=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82237A is #7DDC85. Grayscale: #494949. Windows color (decimal): -8248454 or 8004482. OLE color: 8004482.

HSL color Cylindrical-coordinate representation of color #82237A: hue angle of 305.05º 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 #82237A is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13035122-
CMYK00.730.060.49
HSL305.05º57.58%32.35%-
HSV(B)305.05º73.08%50.98%-
XYZ13.327.3519.13-
YUV73.32155.47168.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=45.30%
G=12.20%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303512200.730.060.49305.0557.5832.35
Hex82237A0496311313a20
Octal2024317201116614617240
Binary10000010100011111101001001001110110001100110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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