Html Css Color HEX #82177D Dark Purple

📋 copy color: '#82177D'

red 130 ◦ green 23 ◦ blue 125

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

Shades of Dark Purple #82177D

Tints of Dark Purple #82177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 46.76%
G = 8.27%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82177D (or 0x82177D) is known color: Dark Purple. HEX triplet: 82, 17 and 7D. RGB value is (130,23,125). Sum of RGB (Red+Green+Blue) = 130+23+125=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82177D is #7DE882. Grayscale: #424242. Windows color (decimal): -8251523 or 8198018. OLE color: 8198018.

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

Color convert

RGB 130 23 125 -
CMYK 0 0.82 0.04 0.49
HSL 302.8º 0.7% 0.3% -
HSV(B) 302.8º 0.82% 0.51% -
XYZ 13.21 6.84 20.03 -
YUV 66.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 130 23 125 0 0.82 0.04 0.49 302.8 0.7 0.3
Hex 82 17 7D 0 52 4 31 12F 46 1E
Octal 202 27 175 0 122 4 61 457 106 36
Binary 10000010 10111 1111101 0 1010010 100 110001 100101111 1000110 11110

Color Harmonies of #82177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82177D

Black with #82177D

Text Example


Text Example

White with #82177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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