#7F018A

Color #7F018A Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #7F018A

Tints of Purple #7F018A

Color information

#7F018A (or 0x7F018A) is unknown color: approx Purple. HEX triplet: 7F, 01 and 8A. RGB value is (127,1,138). Sum of RGB (Red+Green+Blue) = 127+1+138=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F018A is #80FE75. Grayscale: #353535. Windows color (decimal): -8453750 or 9044351. OLE color: 9044351.

HSL color Cylindrical-coordinate representation of color #7F018A: hue angle of 295.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F018A is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1271138-
CMYK0.080.9900.46
HSL295.18º98.56%27.25%-
HSV(B)295.18º99.28%54.12%-
XYZ13.356.3724.57-
YUV54.29175.24179.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=47.74%
G=0.38%
B=51.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12711380.080.9900.46295.1898.5627.25
Hex7F18A86302E127631b
Octal17712121014305644714333
Binary1111111110001010100011000110101110100100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F018A; }

 p { color: rgb(127,1,138); }

 H1.HeaderClassName
 {
   color: #7F018A;
 }
 .AnyTagClassName
 {
   color: #7F018A;
 }
</style>
background-color css

<style>
 a { background-color: #7F018A; }

 a { background-color: rgb(127,1,138); }

 div.DivClassName
 {
   background-color: #7F018A;
 }
 .BgClassName
 {
   background-color: #7F018A;
 }
</style>
border-color css

<style>
 span { border-color: #7F018A; }

 span { border-color: rgb(127,1,138); }

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