Html Css Color HEX #82376E Dark Purple

📋 copy color: '#82376E'

red 130 ◦ green 55 ◦ blue 110

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

Shades of Dark Purple #82376E

Tints of Dark Purple #82376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 44.07%
G = 18.64%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82376E (or 0x82376E) is known color: Dark Purple. HEX triplet: 82, 37 and 6E. RGB value is (130,55,110). Sum of RGB (Red+Green+Blue) = 130+55+110=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82376E is #7DC891. Grayscale: #535353. Windows color (decimal): -8243346 or 7223170. OLE color: 7223170.

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

Color convert

RGB 130 55 110 -
CMYK 0 0.58 0.15 0.49
HSL 316º 0.41% 0.36% -
HSV(B) 316º 0.58% 0.51% -
XYZ 13.39 8.6 15.71 -
YUV 83.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 130 55 110 0 0.58 0.15 0.49 316 0.41 0.36
Hex 82 37 6E 0 3A F 31 13C 29 24
Octal 202 67 156 0 72 17 61 474 51 44
Binary 10000010 110111 1101110 0 111010 1111 110001 100111100 101001 100100

Color Harmonies of #82376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82376E

Black with #82376E

Text Example


Text Example

White with #82376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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