Html Css Color HEX #820177 Purple

📋 copy color: '#820177'

red 130 ◦ green 1 ◦ blue 119

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

Shades of Purple #820177

Tints of Purple #820177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 52%
G = 0.4%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#820177 (or 0x820177) is known color: Purple. HEX triplet: 82, 01 and 77. RGB value is (130,1,119). Sum of RGB (Red+Green+Blue) = 130+1+119=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #820177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820177 is #7DFE88. Grayscale: #343434. Windows color (decimal): -8257161 or 7799170. OLE color: 7799170.

HSL color Cylindrical-coordinate representation of color #820177: hue angle of 305.12º 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 #820177 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 119 -
CMYK 0 0.99 0.08 0.49
HSL 305.12º 0.98% 0.26% -
HSV(B) 305.12º 0.99% 0.51% -
XYZ 12.55 6.1 17.97 -
YUV 53.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 130 1 119 0 0.99 0.08 0.49 305.12 0.98 0.26
Hex 82 1 77 0 63 8 31 131 62 1A
Octal 202 1 167 0 143 10 61 461 142 32
Binary 10000010 1 1110111 0 1100011 1000 110001 100110001 1100010 11010

Color Harmonies of #820177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820177

Black with #820177

Text Example


Text Example

White with #820177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820177; }

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

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

background-color css

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

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

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

border-color css

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

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

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