#7F1185

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

Shades of Purple #7F1185

Tints of Purple #7F1185

Color information

#7F1185 (or 0x7F1185) is unknown color: approx Purple. HEX triplet: 7F, 11 and 85. RGB value is (127,17,133). Sum of RGB (Red+Green+Blue) = 127+17+133=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F1185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1185 is #80EE7A. Grayscale: #3E3E3E. Windows color (decimal): -8449659 or 8720767. OLE color: 8720767.

HSL color Cylindrical-coordinate representation of color #7F1185: hue angle of 296.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1185 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12717133-
CMYK0.050.8700.48
HSL296.9º77.33%29.41%-
HSV(B)296.9º87.22%52.16%-
XYZ13.196.6122.77-
YUV63.11167.44173.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 17 (7.03% from 255) = 6.14%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=45.85%
G=6.14%
B=48.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127171330.050.8700.48296.977.3329.41
Hex7F11855570301294d1d
Octal17721205512706045111535
Binary1111111100011000010110110101110110000100101001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,133); }

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

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

 a { background-color: rgb(127,17,133); }

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

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

 span { border-color: rgb(127,17,133); }

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