Html Css Color HEX #820778 Purple

📋 copy color: '#820778'

red 130 ◦ green 7 ◦ blue 120

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

Shades of Purple #820778

Tints of Purple #820778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 50.58%
G = 2.72%
B = 46.69%

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

#820778 (or 0x820778) is known color: Purple. HEX triplet: 82, 07 and 78. RGB value is (130,7,120). Sum of RGB (Red+Green+Blue) = 130+7+120=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #820778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820778 is #7DF887. Grayscale: #383838. Windows color (decimal): -8255624 or 7866242. OLE color: 7866242.

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

Color convert

RGB 130 7 120 -
CMYK 0 0.95 0.08 0.49
HSL 304.88º 0.9% 0.27% -
HSV(B) 304.88º 0.95% 0.51% -
XYZ 12.67 6.25 18.31 -
YUV 56.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 130 7 120 0 0.95 0.08 0.49 304.88 0.9 0.27
Hex 82 7 78 0 5F 8 31 131 5A 1B
Octal 202 7 170 0 137 10 61 461 132 33
Binary 10000010 111 1111000 0 1011111 1000 110001 100110001 1011010 11011

Color Harmonies of #820778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820778

Black with #820778

Text Example


Text Example

White with #820778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820778; }

 p { color: rgb(130,7,120); }

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

background-color css

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

 a { background-color: rgb(130,7,120); }

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

border-color css

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

 span { border-color: rgb(130,7,120); }

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