Html Css Color HEX #80016D Purple

📋 copy color: '#80016D'

red 128 ◦ green 1 ◦ blue 109

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

Shades of Purple #80016D

Tints of Purple #80016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 53.78%
G = 0.42%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80016D (or 0x80016D) is known color: Purple. HEX triplet: 80, 01 and 6D. RGB value is (128,1,109). Sum of RGB (Red+Green+Blue) = 128+1+109=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80016D is #7FFE92. Grayscale: #323232. Windows color (decimal): -8388243 or 7143808. OLE color: 7143808.

HSL color Cylindrical-coordinate representation of color #80016D: hue angle of 308.98º 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 #80016D is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 109 -
CMYK 0 0.99 0.15 0.50
HSL 308.98º 0.98% 0.25% -
HSV(B) 308.98º 0.99% 0.5% -
XYZ 11.67 5.72 14.96 -
YUV 51.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 128 1 109 0 0.99 0.15 0.50 308.98 0.98 0.25
Hex 80 1 6D 0 63 F 32 135 62 19
Octal 200 1 155 0 143 17 62 465 142 31
Binary 10000000 1 1101101 0 1100011 1111 110010 100110101 1100010 11001

Color Harmonies of #80016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80016D

Black with #80016D

Text Example


Text Example

White with #80016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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