Html Css Color HEX #80127D Purple

📋 copy color: '#80127D'

red 128 ◦ green 18 ◦ blue 125

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

Shades of Purple #80127D

Tints of Purple #80127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 47.23%
G = 6.64%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80127D (or 0x80127D) is known color: Purple. HEX triplet: 80, 12 and 7D. RGB value is (128,18,125). Sum of RGB (Red+Green+Blue) = 128+18+125=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80127D is #7FED82. Grayscale: #3E3E3E. Windows color (decimal): -8383875 or 8196736. OLE color: 8196736.

HSL color Cylindrical-coordinate representation of color #80127D: hue angle of 301.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80127D is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 125 -
CMYK 0 0.86 0.02 0.50
HSL 301.64º 0.75% 0.29% -
HSV(B) 301.64º 0.86% 0.5% -
XYZ 12.82 6.5 19.98 -
YUV 63.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 128 18 125 0 0.86 0.02 0.50 301.64 0.75 0.29
Hex 80 12 7D 0 56 2 32 12E 4B 1D
Octal 200 22 175 0 126 2 62 456 113 35
Binary 10000000 10010 1111101 0 1010110 10 110010 100101110 1001011 11101

Color Harmonies of #80127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80127D

Black with #80127D

Text Example


Text Example

White with #80127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,18,125); }

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

background-color css

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

 a { background-color: rgb(128,18,125); }

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

border-color css

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

 span { border-color: rgb(128,18,125); }

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