#7F0073

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

Shades of Purple #7F0073

Tints of Purple #7F0073

Color information

#7F0073 (or 0x7F0073) is unknown color: approx Purple. HEX triplet: 7F, 00 and 73. RGB value is (127,0,115). Sum of RGB (Red+Green+Blue) = 127+0+115=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0073 is #80FF8C. Grayscale: #323232. Windows color (decimal): -8454029 or 7536767. OLE color: 7536767.

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

Color convert

RGB1270115-
CMYK010.090.50
HSL305.67º100%24.9%-
HSV(B)305.67º100%49.8%-
XYZ11.855.7516.71-
YUV51.08164.08182.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=52.48%
G=0%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1270115010.090.50305.6710024.9
Hex7F0730649321326419
Octal17701630144116246214431
Binary111111101110011011001001001110010100110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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