#7F0D87

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

Shades of Purple #7F0D87

Tints of Purple #7F0D87

Color information

#7F0D87 (or 0x7F0D87) is unknown color: approx Purple. HEX triplet: 7F, 0D and 87. RGB value is (127,13,135). Sum of RGB (Red+Green+Blue) = 127+13+135=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F0D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0D87 is #80F278. Grayscale: #3C3C3C. Windows color (decimal): -8450681 or 8850815. OLE color: 8850815.

HSL color Cylindrical-coordinate representation of color #7F0D87: hue angle of 296.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D87 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12713135-
CMYK0.060.9000.47
HSL296.07º82.43%29.02%-
HSV(B)296.07º90.37%52.94%-
XYZ13.276.5523.49-
YUV60.99169.77175.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.18%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=46.18%
G=4.73%
B=49.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127131350.060.9000.47296.0782.4329.02
Hex7FD8765A02F128521d
Octal17715207613205745012235
Binary111111111011000011111010110100101111100101000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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