Html Css Color HEX #82376B Dark Purple

📋 copy color: '#82376B'

red 130 ◦ green 55 ◦ blue 107

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

Shades of Dark Purple #82376B

Tints of Dark Purple #82376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 44.52%
G = 18.84%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82376B (or 0x82376B) is known color: Dark Purple. HEX triplet: 82, 37 and 6B. RGB value is (130,55,107). Sum of RGB (Red+Green+Blue) = 130+55+107=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82376B is #7DC894. Grayscale: #535353. Windows color (decimal): -8243349 or 7026562. OLE color: 7026562.

HSL color Cylindrical-coordinate representation of color #82376B: hue angle of 318.4º 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 #82376B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 107 -
CMYK 0 0.58 0.18 0.49
HSL 318.4º 0.41% 0.36% -
HSV(B) 318.4º 0.58% 0.51% -
XYZ 13.23 8.54 14.86 -
YUV 83.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 130 55 107 0 0.58 0.18 0.49 318.4 0.41 0.36
Hex 82 37 6B 0 3A 12 31 13E 29 24
Octal 202 67 153 0 72 22 61 476 51 44
Binary 10000010 110111 1101011 0 111010 10010 110001 100111110 101001 100100

Color Harmonies of #82376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82376B

Black with #82376B

Text Example


Text Example

White with #82376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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