Html Css Color HEX #82316E Dark Purple

📋 copy color: '#82316E'

red 130 ◦ green 49 ◦ blue 110

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

Shades of Dark Purple #82316E

Tints of Dark Purple #82316E

RGB

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

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

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

R = 44.98%
G = 16.96%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82316E (or 0x82316E) is known color: Dark Purple. HEX triplet: 82, 31 and 6E. RGB value is (130,49,110). Sum of RGB (Red+Green+Blue) = 130+49+110=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82316E is #7DCE91. Grayscale: #505050. Windows color (decimal): -8244882 or 7221634. OLE color: 7221634.

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

Color convert

RGB 130 49 110 -
CMYK 0 0.62 0.15 0.49
HSL 314.81º 0.45% 0.35% -
HSV(B) 314.81º 0.62% 0.51% -
XYZ 13.12 8.07 15.62 -
YUV 80.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 130 49 110 0 0.62 0.15 0.49 314.81 0.45 0.35
Hex 82 31 6E 0 3E F 31 13B 2D 23
Octal 202 61 156 0 76 17 61 473 55 43
Binary 10000010 110001 1101110 0 111110 1111 110001 100111011 101101 100011

Color Harmonies of #82316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82316E

Black with #82316E

Text Example


Text Example

White with #82316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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