Html Css Color HEX #82376D Dark Purple

📋 copy color: '#82376D'

red 130 ◦ green 55 ◦ blue 109

#82376D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #82376D

Tints of Dark Purple #82376D

RGB

 RED value IS 130 (51.17% from 255) = 44.22%

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 44.22%
G = 18.71%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82376D (or 0x82376D) is known color: Dark Purple. HEX triplet: 82, 37 and 6D. RGB value is (130,55,109). Sum of RGB (Red+Green+Blue) = 130+55+109=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82376D is #7DC892. Grayscale: #535353. Windows color (decimal): -8243347 or 7157634. OLE color: 7157634.

HSL color Cylindrical-coordinate representation of color #82376D: hue angle of 316.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82376D is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 109 -
CMYK 0 0.58 0.16 0.49
HSL 316.8º 0.41% 0.36% -
HSV(B) 316.8º 0.58% 0.51% -
XYZ 13.33 8.58 15.42 -
YUV 83.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 130 55 109 0 0.58 0.16 0.49 316.8 0.41 0.36
Hex 82 37 6D 0 3A 10 31 13D 29 24
Octal 202 67 155 0 72 20 61 475 51 44
Binary 10000010 110111 1101101 0 111010 10000 110001 100111101 101001 100100

Color Harmonies of #82376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82376D

Black with #82376D

Text Example


Text Example

White with #82376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82376D; }

 p { color: rgb(130,55,109); }

 H1.HeaderClassName
 {
   color: #82376D;
 }
 .AnyTagClassName
 {
   color: #82376D;
 }
</style>

background-color css

<style>
 a { background-color: #82376D; }

 a { background-color: rgb(130,55,109); }

 div.DivClassName
 {
   background-color: #82376D;
 }
 .BgClassName
 {
   background-color: #82376D;
 }
</style>

border-color css

<style>
 span { border-color: #82376D; }

 span { border-color: rgb(130,55,109); }

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