#7F1886

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

Shades of Dark Purple #7F1886

Tints of Dark Purple #7F1886

Color information

#7F1886 (or 0x7F1886) is unknown color: approx Dark Purple. HEX triplet: 7F, 18 and 86. RGB value is (127,24,134). Sum of RGB (Red+Green+Blue) = 127+24+134=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F1886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1886 is #80E779. Grayscale: #434343. Windows color (decimal): -8447866 or 8788095. OLE color: 8788095.

HSL color Cylindrical-coordinate representation of color #7F1886: hue angle of 296.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1886 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12724134-
CMYK0.050.8200.47
HSL296.18º69.62%30.98%-
HSV(B)296.18º82.09%52.55%-
XYZ13.386.8923.18-
YUV67.34165.62170.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=44.56%
G=8.42%
B=47.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127241340.050.8200.47296.1869.6230.98
Hex7F188655202F128461f
Octal17730206512205745010637
Binary1111111110001000011010110100100101111100101000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,134); }

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

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

 a { background-color: rgb(127,24,134); }

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

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

 span { border-color: rgb(127,24,134); }

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