Html Css Color HEX #82066F Purple

📋 copy color: '#82066F'

red 130 ◦ green 6 ◦ blue 111

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

Shades of Purple #82066F

Tints of Purple #82066F

RGB

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

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

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

R = 52.63%
G = 2.43%
B = 44.94%

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

#82066F (or 0x82066F) is known color: Purple. HEX triplet: 82, 06 and 6F. RGB value is (130,6,111). Sum of RGB (Red+Green+Blue) = 130+6+111=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #82066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82066F is #7DF990. Grayscale: #363636. Windows color (decimal): -8255889 or 7276162. OLE color: 7276162.

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

Color convert

RGB 130 6 111 -
CMYK 0 0.95 0.15 0.49
HSL 309.19º 0.91% 0.27% -
HSV(B) 309.19º 0.95% 0.51% -
XYZ 12.14 6.02 15.56 -
YUV 55.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 130 6 111 0 0.95 0.15 0.49 309.19 0.91 0.27
Hex 82 6 6F 0 5F F 31 135 5B 1B
Octal 202 6 157 0 137 17 61 465 133 33
Binary 10000010 110 1101111 0 1011111 1111 110001 100110101 1011011 11011

Color Harmonies of #82066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82066F

Black with #82066F

Text Example


Text Example

White with #82066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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