Html Css Color HEX #80107C Purple

📋 copy color: '#80107C'

red 128 ◦ green 16 ◦ blue 124

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

Shades of Purple #80107C

Tints of Purple #80107C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 47.76%
G = 5.97%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80107C (or 0x80107C) is known color: Purple. HEX triplet: 80, 10 and 7C. RGB value is (128,16,124). Sum of RGB (Red+Green+Blue) = 128+16+124=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80107C is #7FEF83. Grayscale: #3D3D3D. Windows color (decimal): -8384388 or 8130688. OLE color: 8130688.

HSL color Cylindrical-coordinate representation of color #80107C: hue angle of 302.14º 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 #80107C is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 124 -
CMYK 0 0.88 0.03 0.50
HSL 302.14º 0.78% 0.28% -
HSV(B) 302.14º 0.88% 0.5% -
XYZ 12.73 6.42 19.64 -
YUV 61.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 128 16 124 0 0.88 0.03 0.50 302.14 0.78 0.28
Hex 80 10 7C 0 58 3 32 12E 4E 1C
Octal 200 20 174 0 130 3 62 456 116 34
Binary 10000000 10000 1111100 0 1011000 11 110010 100101110 1001110 11100

Color Harmonies of #80107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80107C

Black with #80107C

Text Example


Text Example

White with #80107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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