Html Css Color HEX #82376F Dark Purple

📋 copy color: '#82376F'

red 130 ◦ green 55 ◦ blue 111

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

Shades of Dark Purple #82376F

Tints of Dark Purple #82376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 43.92%
G = 18.58%
B = 37.5%

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

#82376F (or 0x82376F) is known color: Dark Purple. HEX triplet: 82, 37 and 6F. RGB value is (130,55,111). Sum of RGB (Red+Green+Blue) = 130+55+111=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82376F is #7DC890. Grayscale: #535353. Windows color (decimal): -8243345 or 7288706. OLE color: 7288706.

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

Color convert

RGB 130 55 111 -
CMYK 0 0.58 0.15 0.49
HSL 315.2º 0.41% 0.36% -
HSV(B) 315.2º 0.58% 0.51% -
XYZ 13.44 8.63 16 -
YUV 83.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 130 55 111 0 0.58 0.15 0.49 315.2 0.41 0.36
Hex 82 37 6F 0 3A F 31 13B 29 24
Octal 202 67 157 0 72 17 61 473 51 44
Binary 10000010 110111 1101111 0 111010 1111 110001 100111011 101001 100100

Color Harmonies of #82376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82376F

Black with #82376F

Text Example


Text Example

White with #82376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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