Html Css Color HEX #82366D Dark Purple

📋 copy color: '#82366D'

red 130 ◦ green 54 ◦ blue 109

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

Shades of Dark Purple #82366D

Tints of Dark Purple #82366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

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

R = 44.37%
G = 18.43%
B = 37.2%

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

#82366D (or 0x82366D) is known color: Dark Purple. HEX triplet: 82, 36 and 6D. RGB value is (130,54,109). Sum of RGB (Red+Green+Blue) = 130+54+109=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82366D is #7DC992. Grayscale: #525252. Windows color (decimal): -8243603 or 7157378. OLE color: 7157378.

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

Color convert

RGB 130 54 109 -
CMYK 0 0.58 0.16 0.49
HSL 316.58º 0.41% 0.36% -
HSV(B) 316.58º 0.58% 0.51% -
XYZ 13.29 8.49 15.41 -
YUV 82.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 130 54 109 0 0.58 0.16 0.49 316.58 0.41 0.36
Hex 82 36 6D 0 3A 10 31 13D 29 24
Octal 202 66 155 0 72 20 61 475 51 44
Binary 10000010 110110 1101101 0 111010 10000 110001 100111101 101001 100100

Color Harmonies of #82366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82366D

Black with #82366D

Text Example


Text Example

White with #82366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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