Html Css Color HEX #80127F Purple

📋 copy color: '#80127F'

red 128 ◦ green 18 ◦ blue 127

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

Shades of Purple #80127F

Tints of Purple #80127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 46.89%
G = 6.59%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80127F (or 0x80127F) is known color: Purple. HEX triplet: 80, 12 and 7F. RGB value is (128,18,127). Sum of RGB (Red+Green+Blue) = 128+18+127=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80127F is #7FED80. Grayscale: #3E3E3E. Windows color (decimal): -8383873 or 8327808. OLE color: 8327808.

HSL color Cylindrical-coordinate representation of color #80127F: hue angle of 300.55º 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 #80127F is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 127 -
CMYK 0 0.86 0.01 0.50
HSL 300.55º 0.75% 0.29% -
HSV(B) 300.55º 0.86% 0.5% -
XYZ 12.95 6.55 20.66 -
YUV 63.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 128 18 127 0 0.86 0.01 0.50 300.55 0.75 0.29
Hex 80 12 7F 0 56 1 32 12D 4B 1D
Octal 200 22 177 0 126 1 62 455 113 35
Binary 10000000 10010 1111111 0 1010110 1 110010 100101101 1001011 11101

Color Harmonies of #80127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80127F

Black with #80127F

Text Example


Text Example

White with #80127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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