Html Css Color HEX #82137F Dark Purple

📋 copy color: '#82137F'

red 130 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #82137F

Tints of Dark Purple #82137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.01%

R = 47.1%
G = 6.88%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82137F (or 0x82137F) is known color: Dark Purple. HEX triplet: 82, 13 and 7F. RGB value is (130,19,127). Sum of RGB (Red+Green+Blue) = 130+19+127=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82137F is #7DEC80. Grayscale: #404040. Windows color (decimal): -8252545 or 8328066. OLE color: 8328066.

HSL color Cylindrical-coordinate representation of color #82137F: hue angle of 301.62º 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 #82137F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 127 -
CMYK 0 0.85 0.02 0.49
HSL 301.62º 0.74% 0.29% -
HSV(B) 301.62º 0.85% 0.51% -
XYZ 13.27 6.74 20.68 -
YUV 64.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 130 19 127 0 0.85 0.02 0.49 301.62 0.74 0.29
Hex 82 13 7F 0 55 2 31 12E 4A 1D
Octal 202 23 177 0 125 2 61 456 112 35
Binary 10000010 10011 1111111 0 1010101 10 110001 100101110 1001010 11101

Color Harmonies of #82137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82137F

Black with #82137F

Text Example


Text Example

White with #82137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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