Html Css Color HEX #80016F Purple

📋 copy color: '#80016F'

red 128 ◦ green 1 ◦ blue 111

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

Shades of Purple #80016F

Tints of Purple #80016F

RGB

 RED value IS 128 (50.39% from 255) = 53.33%

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

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

R = 53.33%
G = 0.42%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80016F (or 0x80016F) is known color: Purple. HEX triplet: 80, 01 and 6F. RGB value is (128,1,111). Sum of RGB (Red+Green+Blue) = 128+1+111=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80016F is #7FFE90. Grayscale: #333333. Windows color (decimal): -8388241 or 7274880. OLE color: 7274880.

HSL color Cylindrical-coordinate representation of color #80016F: hue angle of 308.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80016F is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 111 -
CMYK 0 0.99 0.13 0.50
HSL 308.03º 0.98% 0.25% -
HSV(B) 308.03º 0.99% 0.5% -
XYZ 11.78 5.76 15.53 -
YUV 51.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 128 1 111 0 0.99 0.13 0.50 308.03 0.98 0.25
Hex 80 1 6F 0 63 D 32 134 62 19
Octal 200 1 157 0 143 15 62 464 142 31
Binary 10000000 1 1101111 0 1100011 1101 110010 100110100 1100010 11001

Color Harmonies of #80016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80016F

Black with #80016F

Text Example


Text Example

White with #80016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,1,111); }

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

background-color css

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

 a { background-color: rgb(128,1,111); }

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

border-color css

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

 span { border-color: rgb(128,1,111); }

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