Html Css Color HEX #82127C Dark Purple

📋 copy color: '#82127C'

red 130 ◦ green 18 ◦ blue 124

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

Shades of Dark Purple #82127C

Tints of Dark Purple #82127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 47.79%
G = 6.62%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82127C (or 0x82127C) is known color: Dark Purple. HEX triplet: 82, 12 and 7C. RGB value is (130,18,124). Sum of RGB (Red+Green+Blue) = 130+18+124=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82127C is #7DED83. Grayscale: #3F3F3F. Windows color (decimal): -8252804 or 8131202. OLE color: 8131202.

HSL color Cylindrical-coordinate representation of color #82127C: hue angle of 303.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82127C is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 124 -
CMYK 0 0.86 0.05 0.49
HSL 303.21º 0.76% 0.29% -
HSV(B) 303.21º 0.86% 0.51% -
XYZ 13.06 6.63 19.66 -
YUV 63.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 130 18 124 0 0.86 0.05 0.49 303.21 0.76 0.29
Hex 82 12 7C 0 56 5 31 12F 4C 1D
Octal 202 22 174 0 126 5 61 457 114 35
Binary 10000010 10010 1111100 0 1010110 101 110001 100101111 1001100 11101

Color Harmonies of #82127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82127C

Black with #82127C

Text Example


Text Example

White with #82127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82127C; }

 p { color: rgb(130,18,124); }

 H1.HeaderClassName
 {
   color: #82127C;
 }
 .AnyTagClassName
 {
   color: #82127C;
 }
</style>

background-color css

<style>
 a { background-color: #82127C; }

 a { background-color: rgb(130,18,124); }

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

border-color css

<style>
 span { border-color: #82127C; }

 span { border-color: rgb(130,18,124); }

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