Html Css Color HEX #82076C Purple

📋 copy color: '#82076C'

red 130 ◦ green 7 ◦ blue 108

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

Shades of Purple #82076C

Tints of Purple #82076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 53.06%
G = 2.86%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82076C (or 0x82076C) is known color: Purple. HEX triplet: 82, 07 and 6C. RGB value is (130,7,108). Sum of RGB (Red+Green+Blue) = 130+7+108=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82076C is #7DF893. Grayscale: #373737. Windows color (decimal): -8255636 or 7079810. OLE color: 7079810.

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

Color convert

RGB 130 7 108 -
CMYK 0 0.95 0.17 0.49
HSL 310.73º 0.9% 0.27% -
HSV(B) 310.73º 0.95% 0.51% -
XYZ 11.99 5.98 14.71 -
YUV 55.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 130 7 108 0 0.95 0.17 0.49 310.73 0.9 0.27
Hex 82 7 6C 0 5F 11 31 137 5A 1B
Octal 202 7 154 0 137 21 61 467 132 33
Binary 10000010 111 1101100 0 1011111 10001 110001 100110111 1011010 11011

Color Harmonies of #82076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82076C

Black with #82076C

Text Example


Text Example

White with #82076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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