Html Css Color HEX #82076B Purple

📋 copy color: '#82076B'

red 130 ◦ green 7 ◦ blue 107

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

Shades of Purple #82076B

Tints of Purple #82076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.85%

R = 53.28%
G = 2.87%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82076B (or 0x82076B) is known color: Purple. HEX triplet: 82, 07 and 6B. RGB value is (130,7,107). Sum of RGB (Red+Green+Blue) = 130+7+107=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82076B is #7DF894. Grayscale: #363636. Windows color (decimal): -8255637 or 7014274. OLE color: 7014274.

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

Color convert

RGB 130 7 107 -
CMYK 0 0.95 0.18 0.49
HSL 311.22º 0.9% 0.27% -
HSV(B) 311.22º 0.95% 0.51% -
XYZ 11.94 5.96 14.43 -
YUV 55.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 130 7 107 0 0.95 0.18 0.49 311.22 0.9 0.27
Hex 82 7 6B 0 5F 12 31 137 5A 1B
Octal 202 7 153 0 137 22 61 467 132 33
Binary 10000010 111 1101011 0 1011111 10010 110001 100110111 1011010 11011

Color Harmonies of #82076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82076B

Black with #82076B

Text Example


Text Example

White with #82076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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