Html Css Color HEX #820176 Purple

📋 copy color: '#820176'

red 130 ◦ green 1 ◦ blue 118

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

Shades of Purple #820176

Tints of Purple #820176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 52.21%
G = 0.4%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#820176 (or 0x820176) is known color: Purple. HEX triplet: 82, 01 and 76. RGB value is (130,1,118). Sum of RGB (Red+Green+Blue) = 130+1+118=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820176 is #7DFE89. Grayscale: #343434. Windows color (decimal): -8257162 or 7733634. OLE color: 7733634.

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

Color convert

RGB 130 1 118 -
CMYK 0 0.99 0.09 0.49
HSL 305.58º 0.98% 0.26% -
HSV(B) 305.58º 0.99% 0.51% -
XYZ 12.49 6.08 17.65 -
YUV 52.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 130 1 118 0 0.99 0.09 0.49 305.58 0.98 0.26
Hex 82 1 76 0 63 9 31 132 62 1A
Octal 202 1 166 0 143 11 61 462 142 32
Binary 10000010 1 1110110 0 1100011 1001 110001 100110010 1100010 11010

Color Harmonies of #820176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820176

Black with #820176

Text Example


Text Example

White with #820176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820176; }

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

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

background-color css

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

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

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

border-color css

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

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

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