Html Css Color HEX #820C71 Dark Purple

📋 copy color: '#820C71'

red 130 ◦ green 12 ◦ blue 113

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

Shades of Dark Purple #820C71

Tints of Dark Purple #820C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 50.98%
G = 4.71%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#820C71 (or 0x820C71) is known color: Dark Purple. HEX triplet: 82, 0C and 71. RGB value is (130,12,113). Sum of RGB (Red+Green+Blue) = 130+12+113=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #820C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C71 is #7DF38E. Grayscale: #3A3A3A. Windows color (decimal): -8254351 or 7408770. OLE color: 7408770.

HSL color Cylindrical-coordinate representation of color #820C71: hue angle of 308.64º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C71 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 12 113 -
CMYK 0 0.91 0.13 0.49
HSL 308.64º 0.83% 0.28% -
HSV(B) 308.64º 0.91% 0.51% -
XYZ 12.32 6.2 16.17 -
YUV 58.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 130 12 113 0 0.91 0.13 0.49 308.64 0.83 0.28
Hex 82 C 71 0 5B D 31 135 53 1C
Octal 202 14 161 0 133 15 61 465 123 34
Binary 10000010 1100 1110001 0 1011011 1101 110001 100110101 1010011 11100

Color Harmonies of #820C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C71

Black with #820C71

Text Example


Text Example

White with #820C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C71; }

 p { color: rgb(130,12,113); }

 H1.HeaderClassName
 {
   color: #820C71;
 }
 .AnyTagClassName
 {
   color: #820C71;
 }
</style>

background-color css

<style>
 a { background-color: #820C71; }

 a { background-color: rgb(130,12,113); }

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

border-color css

<style>
 span { border-color: #820C71; }

 span { border-color: rgb(130,12,113); }

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