Html Css Color HEX #820677 Purple

📋 copy color: '#820677'

red 130 ◦ green 6 ◦ blue 119

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

Shades of Purple #820677

Tints of Purple #820677

RGB

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

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

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

R = 50.98%
G = 2.35%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#820677 (or 0x820677) is known color: Purple. HEX triplet: 82, 06 and 77. RGB value is (130,6,119). Sum of RGB (Red+Green+Blue) = 130+6+119=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #820677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820677 is #7DF988. Grayscale: #373737. Windows color (decimal): -8255881 or 7800450. OLE color: 7800450.

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

Color convert

RGB 130 6 119 -
CMYK 0 0.95 0.08 0.49
HSL 305.32º 0.91% 0.27% -
HSV(B) 305.32º 0.95% 0.51% -
XYZ 12.6 6.21 17.99 -
YUV 55.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 130 6 119 0 0.95 0.08 0.49 305.32 0.91 0.27
Hex 82 6 77 0 5F 8 31 131 5B 1B
Octal 202 6 167 0 137 10 61 461 133 33
Binary 10000010 110 1110111 0 1011111 1000 110001 100110001 1011011 11011

Color Harmonies of #820677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820677

Black with #820677

Text Example


Text Example

White with #820677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820677; }

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

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

background-color css

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

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

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

border-color css

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

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

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