Html Css Color HEX #82147F Dark Purple

📋 copy color: '#82147F'

red 130 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #82147F

Tints of Dark Purple #82147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 46.93%
G = 7.22%
B = 45.85%

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

#82147F (or 0x82147F) is known color: Dark Purple. HEX triplet: 82, 14 and 7F. RGB value is (130,20,127). Sum of RGB (Red+Green+Blue) = 130+20+127=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82147F is #7DEB80. Grayscale: #404040. Windows color (decimal): -8252289 or 8328322. OLE color: 8328322.

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

Color convert

RGB 130 20 127 -
CMYK 0 0.85 0.02 0.49
HSL 301.64º 0.73% 0.29% -
HSV(B) 301.64º 0.85% 0.51% -
XYZ 13.29 6.78 20.69 -
YUV 65.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 130 20 127 0 0.85 0.02 0.49 301.64 0.73 0.29
Hex 82 14 7F 0 55 2 31 12E 49 1D
Octal 202 24 177 0 125 2 61 456 111 35
Binary 10000010 10100 1111111 0 1010101 10 110001 100101110 1001001 11101

Color Harmonies of #82147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82147F

Black with #82147F

Text Example


Text Example

White with #82147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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