#7F1887

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

Shades of Purple #7F1887

Tints of Purple #7F1887

Color information

#7F1887 (or 0x7F1887) is unknown color: approx Purple. HEX triplet: 7F, 18 and 87. RGB value is (127,24,135). Sum of RGB (Red+Green+Blue) = 127+24+135=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F1887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1887 is #80E778. Grayscale: #434343. Windows color (decimal): -8447865 or 8853631. OLE color: 8853631.

HSL color Cylindrical-coordinate representation of color #7F1887: hue angle of 295.68º 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 #7F1887 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12724135-
CMYK0.060.8200.47
HSL295.68º69.81%31.18%-
HSV(B)295.68º82.22%52.94%-
XYZ13.456.9123.55-
YUV67.45166.12170.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=44.41%
G=8.39%
B=47.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127241350.060.8200.47295.6869.8131.18
Hex7F188765202F128461f
Octal17730207612205745010637
Binary1111111110001000011111010100100101111100101000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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