#82397B

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

Shades of Dark Purple #82397B

Tints of Dark Purple #82397B

Color information

#82397B (or 0x82397B) is unknown color: approx Dark Purple. HEX triplet: 82, 39 and 7B. RGB value is (130,57,123). Sum of RGB (Red+Green+Blue) = 130+57+123=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397B is #7DC684. Grayscale: #565656. Windows color (decimal): -8242821 or 8075650. OLE color: 8075650.

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

Color convert

RGB13057123-
CMYK00.560.050.49
HSL305.75º39.04%36.67%-
HSV(B)305.75º56.15%50.98%-
XYZ14.249.119.75-
YUV86.35148.68159.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=41.94%
G=18.39%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305712300.560.050.49305.7539.0436.67
Hex82397B0385311322725
Octal202711730705614624745
Binary1000001011100111110110111000101110001100110010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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