Html Css Color HEX #82317B Dark Purple

📋 copy color: '#82317B'

red 130 ◦ green 49 ◦ blue 123

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

Shades of Dark Purple #82317B

Tints of Dark Purple #82317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 43.05%
G = 16.23%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82317B (or 0x82317B) is known color: Dark Purple. HEX triplet: 82, 31 and 7B. RGB value is (130,49,123). Sum of RGB (Red+Green+Blue) = 130+49+123=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82317B is #7DCE84. Grayscale: #515151. Windows color (decimal): -8244869 or 8073602. OLE color: 8073602.

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

Color convert

RGB 130 49 123 -
CMYK 0 0.62 0.05 0.49
HSL 305.19º 0.45% 0.35% -
HSV(B) 305.19º 0.62% 0.51% -
XYZ 13.88 8.37 19.62 -
YUV 81.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 130 49 123 0 0.62 0.05 0.49 305.19 0.45 0.35
Hex 82 31 7B 0 3E 5 31 131 2D 23
Octal 202 61 173 0 76 5 61 461 55 43
Binary 10000010 110001 1111011 0 111110 101 110001 100110001 101101 100011

Color Harmonies of #82317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82317B

Black with #82317B

Text Example


Text Example

White with #82317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82317B; }

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

 H1.HeaderClassName
 {
   color: #82317B;
 }
 .AnyTagClassName
 {
   color: #82317B;
 }
</style>

background-color css

<style>
 a { background-color: #82317B; }

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

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

border-color css

<style>
 span { border-color: #82317B; }

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

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