Html Css Color HEX #82137D Dark Purple

📋 copy color: '#82137D'

red 130 ◦ green 19 ◦ blue 125

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

Shades of Dark Purple #82137D

Tints of Dark Purple #82137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 47.45%
G = 6.93%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82137D (or 0x82137D) is known color: Dark Purple. HEX triplet: 82, 13 and 7D. RGB value is (130,19,125). Sum of RGB (Red+Green+Blue) = 130+19+125=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82137D is #7DEC82. Grayscale: #3F3F3F. Windows color (decimal): -8252547 or 8196994. OLE color: 8196994.

HSL color Cylindrical-coordinate representation of color #82137D: hue angle of 302.7º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82137D is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 125 -
CMYK 0 0.85 0.04 0.49
HSL 302.7º 0.74% 0.29% -
HSV(B) 302.7º 0.85% 0.51% -
XYZ 13.14 6.69 20 -
YUV 64.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 130 19 125 0 0.85 0.04 0.49 302.7 0.74 0.29
Hex 82 13 7D 0 55 4 31 12F 4A 1D
Octal 202 23 175 0 125 4 61 457 112 35
Binary 10000010 10011 1111101 0 1010101 100 110001 100101111 1001010 11101

Color Harmonies of #82137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82137D

Black with #82137D

Text Example


Text Example

White with #82137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,19,125); }

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

background-color css

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

 a { background-color: rgb(130,19,125); }

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

border-color css

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

 span { border-color: rgb(130,19,125); }

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