Html Css Color HEX #82076F Purple

📋 copy color: '#82076F'

red 130 ◦ green 7 ◦ blue 111

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

Shades of Purple #82076F

Tints of Purple #82076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 52.42%
G = 2.82%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82076F (or 0x82076F) is known color: Purple. HEX triplet: 82, 07 and 6F. RGB value is (130,7,111). Sum of RGB (Red+Green+Blue) = 130+7+111=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82076F is #7DF890. Grayscale: #373737. Windows color (decimal): -8255633 or 7276418. OLE color: 7276418.

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

Color convert

RGB 130 7 111 -
CMYK 0 0.95 0.15 0.49
HSL 309.27º 0.9% 0.27% -
HSV(B) 309.27º 0.95% 0.51% -
XYZ 12.15 6.05 15.57 -
YUV 55.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 130 7 111 0 0.95 0.15 0.49 309.27 0.9 0.27
Hex 82 7 6F 0 5F F 31 135 5A 1B
Octal 202 7 157 0 137 17 61 465 132 33
Binary 10000010 111 1101111 0 1011111 1111 110001 100110101 1011010 11011

Color Harmonies of #82076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82076F

Black with #82076F

Text Example


Text Example

White with #82076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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