Html Css Color HEX #80107A Purple

📋 copy color: '#80107A'

red 128 ◦ green 16 ◦ blue 122

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

Shades of Purple #80107A

Tints of Purple #80107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 122 (48.05% from 255) = 45.86%

R = 48.12%
G = 6.02%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80107A (or 0x80107A) is known color: Purple. HEX triplet: 80, 10 and 7A. RGB value is (128,16,122). Sum of RGB (Red+Green+Blue) = 128+16+122=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #80107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80107A is #7FEF85. Grayscale: #3D3D3D. Windows color (decimal): -8384390 or 7999616. OLE color: 7999616.

HSL color Cylindrical-coordinate representation of color #80107A: hue angle of 303.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80107A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 122 -
CMYK 0 0.88 0.05 0.50
HSL 303.21º 0.78% 0.28% -
HSV(B) 303.21º 0.88% 0.5% -
XYZ 12.6 6.36 18.98 -
YUV 61.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 128 16 122 0 0.88 0.05 0.50 303.21 0.78 0.28
Hex 80 10 7A 0 58 5 32 12F 4E 1C
Octal 200 20 172 0 130 5 62 457 116 34
Binary 10000000 10000 1111010 0 1011000 101 110010 100101111 1001110 11100

Color Harmonies of #80107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80107A

Black with #80107A

Text Example


Text Example

White with #80107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80107A; }

 p { color: rgb(128,16,122); }

 H1.HeaderClassName
 {
   color: #80107A;
 }
 .AnyTagClassName
 {
   color: #80107A;
 }
</style>

background-color css

<style>
 a { background-color: #80107A; }

 a { background-color: rgb(128,16,122); }

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

border-color css

<style>
 span { border-color: #80107A; }

 span { border-color: rgb(128,16,122); }

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