#7F0573

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

Shades of Purple #7F0573

Tints of Purple #7F0573

Color information

#7F0573 (or 0x7F0573) is unknown color: approx Purple. HEX triplet: 7F, 05 and 73. RGB value is (127,5,115). Sum of RGB (Red+Green+Blue) = 127+5+115=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0573 is #80FA8C. Grayscale: #353535. Windows color (decimal): -8452749 or 7538047. OLE color: 7538047.

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

Color convert

RGB1275115-
CMYK00.960.090.50
HSL305.9º92.42%25.88%-
HSV(B)305.9º96.06%49.8%-
XYZ11.95.8616.72-
YUV54.02162.42180.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=51.42%
G=2.02%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127511500.960.090.50305.992.4225.88
Hex7F5730609321325c1a
Octal17751630140116246213432
Binary11111111011110011011000001001110010100110010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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