Html Css Color HEX #82016B Purple

📋 copy color: '#82016B'

red 130 ◦ green 1 ◦ blue 107

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

Shades of Purple #82016B

Tints of Purple #82016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 54.62%
G = 0.42%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82016B (or 0x82016B) is known color: Purple. HEX triplet: 82, 01 and 6B. RGB value is (130,1,107). Sum of RGB (Red+Green+Blue) = 130+1+107=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82016B is #7DFE94. Grayscale: #333333. Windows color (decimal): -8257173 or 7012738. OLE color: 7012738.

HSL color Cylindrical-coordinate representation of color #82016B: hue angle of 310.7º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82016B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 107 -
CMYK 0 0.99 0.18 0.49
HSL 310.7º 0.98% 0.26% -
HSV(B) 310.7º 0.99% 0.51% -
XYZ 11.87 5.83 14.41 -
YUV 51.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 130 1 107 0 0.99 0.18 0.49 310.7 0.98 0.26
Hex 82 1 6B 0 63 12 31 137 62 1A
Octal 202 1 153 0 143 22 61 467 142 32
Binary 10000010 1 1101011 0 1100011 10010 110001 100110111 1100010 11010

Color Harmonies of #82016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82016B

Black with #82016B

Text Example


Text Example

White with #82016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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