Html Css Color HEX #82316A Dark Purple

📋 copy color: '#82316A'

red 130 ◦ green 49 ◦ blue 106

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

Shades of Dark Purple #82316A

Tints of Dark Purple #82316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 45.61%
G = 17.19%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82316A (or 0x82316A) is known color: Dark Purple. HEX triplet: 82, 31 and 6A. RGB value is (130,49,106). Sum of RGB (Red+Green+Blue) = 130+49+106=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #82316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82316A is #7DCE95. Grayscale: #4F4F4F. Windows color (decimal): -8244886 or 6959490. OLE color: 6959490.

HSL color Cylindrical-coordinate representation of color #82316A: hue angle of 317.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82316A is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 106 -
CMYK 0 0.62 0.18 0.49
HSL 317.78º 0.45% 0.35% -
HSV(B) 317.78º 0.62% 0.51% -
XYZ 12.91 7.98 14.5 -
YUV 79.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 130 49 106 0 0.62 0.18 0.49 317.78 0.45 0.35
Hex 82 31 6A 0 3E 12 31 13E 2D 23
Octal 202 61 152 0 76 22 61 476 55 43
Binary 10000010 110001 1101010 0 111110 10010 110001 100111110 101101 100011

Color Harmonies of #82316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82316A

Black with #82316A

Text Example


Text Example

White with #82316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82316A; }

 p { color: rgb(130,49,106); }

 H1.HeaderClassName
 {
   color: #82316A;
 }
 .AnyTagClassName
 {
   color: #82316A;
 }
</style>

background-color css

<style>
 a { background-color: #82316A; }

 a { background-color: rgb(130,49,106); }

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

border-color css

<style>
 span { border-color: #82316A; }

 span { border-color: rgb(130,49,106); }

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