#7F0984

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

Shades of Purple #7F0984

Tints of Purple #7F0984

Color information

#7F0984 (or 0x7F0984) is unknown color: approx Purple. HEX triplet: 7F, 09 and 84. RGB value is (127,9,132). Sum of RGB (Red+Green+Blue) = 127+9+132=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F0984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0984 is #80F67B. Grayscale: #393939. Windows color (decimal): -8451708 or 8653183. OLE color: 8653183.

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

Color convert

RGB1279132-
CMYK0.040.9300.48
HSL297.56º87.23%27.65%-
HSV(B)297.56º93.18%51.76%-
XYZ13.016.3722.37-
YUV58.3169.59177-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=47.39%
G=3.36%
B=49.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12791320.040.9300.48297.5687.2327.65
Hex7F98445D03012a571c
Octal17711204413506045212734
Binary111111110011000010010010111010110000100101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,9,132); }

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

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

 a { background-color: rgb(127,9,132); }

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

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

 span { border-color: rgb(127,9,132); }

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