Html Css Color HEX #820679 Purple

📋 copy color: '#820679'

red 130 ◦ green 6 ◦ blue 121

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

Shades of Purple #820679

Tints of Purple #820679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 50.58%
G = 2.33%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#820679 (or 0x820679) is known color: Purple. HEX triplet: 82, 06 and 79. RGB value is (130,6,121). Sum of RGB (Red+Green+Blue) = 130+6+121=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #820679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820679 is #7DF986. Grayscale: #373737. Windows color (decimal): -8255879 or 7931522. OLE color: 7931522.

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

Color convert

RGB 130 6 121 -
CMYK 0 0.95 0.07 0.49
HSL 304.35º 0.91% 0.27% -
HSV(B) 304.35º 0.95% 0.51% -
XYZ 12.72 6.26 18.63 -
YUV 56.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 130 6 121 0 0.95 0.07 0.49 304.35 0.91 0.27
Hex 82 6 79 0 5F 7 31 130 5B 1B
Octal 202 6 171 0 137 7 61 460 133 33
Binary 10000010 110 1111001 0 1011111 111 110001 100110000 1011011 11011

Color Harmonies of #820679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820679

Black with #820679

Text Example


Text Example

White with #820679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820679; }

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

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

background-color css

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

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

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

border-color css

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

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

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