Html Css Color HEX #82147C Dark Purple

📋 copy color: '#82147C'

red 130 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #82147C

Tints of Dark Purple #82147C

RGB

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

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

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

R = 47.45%
G = 7.3%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82147C (or 0x82147C) is known color: Dark Purple. HEX triplet: 82, 14 and 7C. RGB value is (130,20,124). Sum of RGB (Red+Green+Blue) = 130+20+124=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82147C is #7DEB83. Grayscale: #404040. Windows color (decimal): -8252292 or 8131714. OLE color: 8131714.

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

Color convert

RGB 130 20 124 -
CMYK 0 0.85 0.05 0.49
HSL 303.27º 0.73% 0.29% -
HSV(B) 303.27º 0.85% 0.51% -
XYZ 13.09 6.7 19.67 -
YUV 64.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 130 20 124 0 0.85 0.05 0.49 303.27 0.73 0.29
Hex 82 14 7C 0 55 5 31 12F 49 1D
Octal 202 24 174 0 125 5 61 457 111 35
Binary 10000010 10100 1111100 0 1010101 101 110001 100101111 1001001 11101

Color Harmonies of #82147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82147C

Black with #82147C

Text Example


Text Example

White with #82147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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