Html Css Color HEX #820676 Purple

📋 copy color: '#820676'

red 130 ◦ green 6 ◦ blue 118

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

Shades of Purple #820676

Tints of Purple #820676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 51.18%
G = 2.36%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#820676 (or 0x820676) is known color: Purple. HEX triplet: 82, 06 and 76. RGB value is (130,6,118). Sum of RGB (Red+Green+Blue) = 130+6+118=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #820676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820676 is #7DF989. Grayscale: #373737. Windows color (decimal): -8255882 or 7734914. OLE color: 7734914.

HSL color Cylindrical-coordinate representation of color #820676: hue angle of 305.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820676 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 118 -
CMYK 0 0.95 0.09 0.49
HSL 305.81º 0.91% 0.27% -
HSV(B) 305.81º 0.95% 0.51% -
XYZ 12.54 6.18 17.67 -
YUV 55.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 130 6 118 0 0.95 0.09 0.49 305.81 0.91 0.27
Hex 82 6 76 0 5F 9 31 132 5B 1B
Octal 202 6 166 0 137 11 61 462 133 33
Binary 10000010 110 1110110 0 1011111 1001 110001 100110010 1011011 11011

Color Harmonies of #820676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820676

Black with #820676

Text Example


Text Example

White with #820676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820676; }

 p { color: rgb(130,6,118); }

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

background-color css

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

 a { background-color: rgb(130,6,118); }

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

border-color css

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

 span { border-color: rgb(130,6,118); }

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