#7F0973

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

Shades of Purple #7F0973

Tints of Purple #7F0973

Color information

#7F0973 (or 0x7F0973) is unknown color: approx Purple. HEX triplet: 7F, 09 and 73. RGB value is (127,9,115). Sum of RGB (Red+Green+Blue) = 127+9+115=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0973 is #80F68C. Grayscale: #383838. Windows color (decimal): -8451725 or 7539071. OLE color: 7539071.

HSL color Cylindrical-coordinate representation of color #7F0973: hue angle of 306.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0973 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB1279115-
CMYK00.930.090.50
HSL306.1º86.76%26.67%-
HSV(B)306.1º92.91%49.8%-
XYZ11.945.9516.74-
YUV56.37161.09178.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=50.60%
G=3.59%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127911500.930.090.50306.186.7626.67
Hex7F97305D932132571b
Octal177111630135116246212733
Binary111111110011110011010111011001110010100110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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